File tree Expand file tree Collapse file tree 3 files changed +334
-1
lines changed
Expand file tree Collapse file tree 3 files changed +334
-1
lines changed Original file line number Diff line number Diff line change 1- import adapter from '@sveltejs/adapter-auto ' ;
1+ import adapter from '@sveltejs/adapter-vercel ' ;
22import { vitePreprocess } from '@sveltejs/vite-plugin-svelte' ;
33
44/** @type {import('@sveltejs/kit').Config } */
55const config = {
66 // Consult https://kit.svelte.dev/docs/integrations#preprocessors
77 // for more information about preprocessors
88 preprocess : vitePreprocess ( ) ,
9+ runtime : 'nodejs20.x' ,
910
1011 kit : {
1112 // adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
Original file line number Diff line number Diff line change 1010 },
1111 "devDependencies" : {
1212 "@haptic/eslint-config" : " workspace:*" ,
13+ "@sveltejs/adapter-vercel" : " ^5.4.8" ,
1314 "eslint" : " ^8.56.0" ,
1415 "husky" : " ^9.0.10" ,
1516 "lint-staged" : " ^15.2.1" ,
You can’t perform that action at this time.
0 commit comments