fix: route worker consoles through logical resources

This commit is contained in:
2026-09-07 03:53:34 +09:00
parent f1baea1705
commit f5c5ea5a0b
16 changed files with 114 additions and 98 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ Deno.test("Composer input uses boundary-aware Up and Down history navigation", a
);
const consoleSource = await Deno.readTextFile(
new URL(
"../src/routes/w/[workspaceId]/runtimes/[runtimeId]/workers/[workerId]/console/+page.svelte",
"../src/routes/w/[workspaceId]/workers/[workerRef]/console/+page.svelte",
import.meta.url,
),
);