Skip to content

Commit

Permalink
test adapter vercel fdnd-agency#44
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadil66 committed Oct 10, 2024
1 parent 4a131dd commit 85616ed
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
// import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-vercel';

/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
}
kit: {
adapter: adapter({
runtime: 'nodejs18.x',
}),
},
};

export default {
kit: {
adapter: adapter({
// see below for options that can be set here
})
}
}

export default config;

0 comments on commit 85616ed

Please sign in to comment.