chore: remove Cloudflare adapter and edge setting

This commit is contained in:
2023-02-10 19:24:32 +01:00
parent a7fb3e4744
commit 4f9aac2b7a
3 changed files with 1 additions and 34 deletions

View File

@@ -28,7 +28,6 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-cloudflare": "^2.0.1",
"@sveltejs/adapter-vercel": "^2.0.2",
"@sveltejs/kit": "^1.5.3",
"@typescript-eslint/eslint-plugin": "^5.51.0",

View File

@@ -17,9 +17,7 @@ const config = {
}),
kit: {
adapter: adapter({
edge: true,
}),
adapter: adapter(),
alias: {
$components: 'src/components',
$animations: 'src/animations',