Skip to content

Commit 8300327

Browse files
committed
fix
1 parent ee21d9f commit 8300327

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

playgrounds/sandbox/run.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ for (const generate of /** @type {const} */ (['client', 'server'])) {
9797
filename: input,
9898
generate,
9999
runes: argv.values.runes,
100-
fragments: 'tree'
100+
fragments: 'tree',
101+
experimental: {
102+
async: true
103+
}
101104
});
102105

103106
const output_js = `${cwd}/output/${generate}/${file}.tree.js`;

0 commit comments

Comments
 (0)