Use adapter-auto and cleanup

This commit is contained in:
2022-05-31 18:34:17 +02:00
parent ecc051a439
commit e1379402e8
3 changed files with 6 additions and 13 deletions

View File

@@ -10,8 +10,6 @@
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"build:vercel": "ADAPTER=@sveltejs/adapter-vercel OPTIONS={} npm run build",
"build:cf": "ADAPTER=@sveltejs/adapter-cloudflare OPTIONS={} npm run build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",