diff options
| author | Fuwn <[email protected]> | 2024-02-11 09:33:21 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-11 09:33:21 -0800 |
| commit | 575da9eacb6d9ff737cc6d8ff197f1197055ada8 (patch) | |
| tree | 9ff84df62dfa9fd7d6f0276daa4ba3444405ed4a /svelte.config.js | |
| parent | chore(earthly): remove old ignore file (diff) | |
| download | due.moe-575da9eacb6d9ff737cc6d8ff197f1197055ada8.tar.xz due.moe-575da9eacb6d9ff737cc6d8ff197f1197055ada8.zip | |
chore(svelte): replace configuration interface
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js index 81ebfc0d..6e3d28ec 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -3,7 +3,8 @@ import { vitePreprocess } from '@sveltejs/kit/vite'; import autoprefixer from 'autoprefixer'; import sveltePreprocess from 'svelte-preprocess'; -/** @type {import('@sveltejs/adapter-vercel').Config} */ +// /** @type {import('@sveltejs/adapter-vercel').Config} */ +/** @type {import('@sveltejs/kit').Config} */ const config = { preprocess: [ vitePreprocess(), |