Skip to content

Commit bd65818

Browse files
gtm-nayanbenmccann
andauthored
Update packages/playground/compile.js
Co-authored-by: Ben McCann <[email protected]>
1 parent f8846d5 commit bd65818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/compile.js

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

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

0 commit comments

Comments
 (0)