aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-06 00:27:23 -0800
committerFuwn <[email protected]>2024-01-06 00:27:23 -0800
commitc3645de38878fa2e02d47d4c299aa033895347cf (patch)
treee18e1b6d3d45457f1e7b73704b8af9d1749ffd0e /svelte.config.js
parentdeps(node): update lockfile (diff)
downloaddue.moe-c3645de38878fa2e02d47d4c299aa033895347cf.tar.xz
due.moe-c3645de38878fa2e02d47d4c299aa033895347cf.zip
deps(svelte): update to kit 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 c378da70..ae19c35c 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/kit').Config} */
const config = {