Skip to content

Commit 3feb974

Browse files
committed
chore: fix site script
1 parent 7d63a46 commit 3feb974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const config: UserConfig = {
5555
// Alias to CJS
5656
"svelte/compiler": path.join(
5757
dirname,
58-
"./node_modules/svelte/compiler.js",
58+
"./node_modules/svelte/compiler.cjs",
5959
),
6060
"eslint-visitor-keys": path.join(
6161
dirname,

0 commit comments

Comments
 (0)