diff options
| author | Fuwn <[email protected]> | 2025-06-09 20:24:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 20:24:57 -0700 |
| commit | 7833f8738258e0db2c1acc858e06968771053028 (patch) | |
| tree | 60835afeb035f66317bad181e4c92372a2f0a524 /svelte.config.js | |
| parent | fix(List): Display filtered media list length (diff) | |
| download | due.moe-7833f8738258e0db2c1acc858e06968771053028.tar.xz due.moe-7833f8738258e0db2c1acc858e06968771053028.zip | |
deps(SvelteKit): Migrate to SvelteKit 2
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 540602c1..496b42d8 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,5 +1,5 @@ import adapter from '@sveltejs/adapter-vercel'; -import { vitePreprocess } from '@sveltejs/kit/vite'; +import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; import autoprefixer from 'autoprefixer'; import sveltePreprocess from 'svelte-preprocess'; |