fix: stabilize docs demo runtime routing

This commit is contained in:
3252a8
2026-05-31 00:25:23 +03:00
parent cf3af17243
commit 19f7daff6c
5 changed files with 21 additions and 27 deletions
@@ -19,7 +19,13 @@ async function copyHtml(source, route) {
}
const demoShell = path.join(distRoot, "demo", "index.html");
const runtimeApp = path.join(distRoot, "demo", "runtime", "app.html");
const runtimeApp = path.join(
distRoot,
"demo",
"runtime",
"app",
"index.html",
);
for (const route of demoRoutes) {
await copyHtml(demoShell, route);