aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-22 20:09:42 -0800
committerFuwn <[email protected]>2026-01-22 20:09:42 -0800
commit13c9d0f53c5a65b6e5f8f5c45343f1589521002b (patch)
treefd6b89e442f79f9b1344fc197c07942ac61cfcd0 /svelte.config.js
parentrefactor(configuration): Replace svelte-preprocess with vitePrepreocess (diff)
downloaddue.moe-13c9d0f53c5a65b6e5f8f5c45343f1589521002b.tar.xz
due.moe-13c9d0f53c5a65b6e5f8f5c45343f1589521002b.zip
deps(sveltekit): Migrate to SvelteKit 2
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js
index 8ff35355..28d8ee98 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';
// /** @type {import('@sveltejs/adapter-vercel').Config} */
/** @type {import('@sveltejs/kit').Config} */