aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--clients/www/svelte.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/svelte.config.js b/clients/www/svelte.config.js
index 0fe9ccb..79982cf 100644
--- a/clients/www/svelte.config.js
+++ b/clients/www/svelte.config.js
@@ -1,5 +1,5 @@
import adapter from '@sveltejs/adapter-static';
-import { vitePreprocess } from '@sveltejs/kit/vite';
+import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */