From 8300327408b237d1c1d44be9090af826a311e07a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 25 Jun 2025 19:42:48 -0400 Subject: [PATCH] fix --- playgrounds/sandbox/run.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/playgrounds/sandbox/run.js b/playgrounds/sandbox/run.js index b24f70c8b5..639b755020 100644 --- a/playgrounds/sandbox/run.js +++ b/playgrounds/sandbox/run.js @@ -97,7 +97,10 @@ for (const generate of /** @type {const} */ (['client', 'server'])) { filename: input, generate, runes: argv.values.runes, - fragments: 'tree' + fragments: 'tree', + experimental: { + async: true + } }); const output_js = `${cwd}/output/${generate}/${file}.tree.js`;