chore: fix another playground path (#9144)

pull/9150/head
gtmnayan 10 months ago committed by GitHub
parent 213db5d20a
commit fe47621874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
import { readFileSync } from 'node:fs';
import { compile } from '../svelte/src/compiler/index.js';
import { compile } from '../../packages/svelte/src/compiler/index.js';
const code = readFileSync('src/App.svelte', 'utf8');

Loading…
Cancel
Save