Skip to content

Commit e211317

Browse files
committed
chore: fix another playground path
1 parent 213db5d commit e211317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playgrounds/basic/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { readFileSync } from 'node:fs';
2-
import { compile } from '../svelte/src/compiler/index.js';
2+
import { compile } from '../../packages/svelte/src/compiler/index.js';
33

44
const code = readFileSync('src/App.svelte', 'utf8');
55

0 commit comments

Comments
 (0)