Skip to content

Commit 202b352

Browse files
Fix import path for vitePreprocess in svelte.config.js
1 parent a497e3b commit 202b352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

possible-solution/client/svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import adapter from '@sveltejs/adapter-auto';
2-
import { vitePreprocess } from '@sveltejs/kit/vite';
2+
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
33

44
/** @type {import('@sveltejs/kit').Config} */
55
const config = {

0 commit comments

Comments
 (0)