File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 10
10
"check:watch" : " svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch"
11
11
},
12
12
"devDependencies" : {
13
- "@sveltejs/adapter-auto" : " ^2.0.0" ,
14
- "@sveltejs/adapter-vercel" : " ^2.4.0" ,
13
+ "@sveltejs/adapter-vercel" : " ^2.4.1" ,
15
14
"@sveltejs/kit" : " ^1.5.0" ,
16
15
"autoprefixer" : " ^10.4.14" ,
17
16
"postcss" : " ^8.4.21" ,
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ const config = {
7
7
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
8
8
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
9
9
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
10
- adapter : adapter ( {
11
- split : true
12
- } )
10
+ adapter : adapter ( )
13
11
} ,
14
12
preprocess : vitePreprocess ( )
15
13
} ;
You can’t perform that action at this time.
0 commit comments