diff options
| author | Fuwn <[email protected]> | 2023-08-27 00:27:59 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-08-27 00:27:59 -0700 |
| commit | aaffdbc8a9e74240d5e983f069c577c96a468579 (patch) | |
| tree | 3771f2c3062eb33ac3398e0005e3ce7b51ef9d4a /svelte.config.js | |
| parent | fix(settings): switch closed labels (diff) | |
| download | due.moe-aaffdbc8a9e74240d5e983f069c577c96a468579.tar.xz due.moe-aaffdbc8a9e74240d5e983f069c577c96a468579.zip | |
feat(svelte): remove adapter
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js index b5f81f06..1cf26a00 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,4 +1,4 @@ -import adapter from '@sveltejs/adapter-cloudflare'; +import adapter from '@sveltejs/adapter-auto'; import { vitePreprocess } from '@sveltejs/kit/vite'; /** @type {import('@sveltejs/kit').Config} */ |