fix: use bridge canvas host for nodes

This commit is contained in:
Peter Steinberger
2025-12-20 22:24:59 +01:00
parent e53442d983
commit 6a30452b4a
4 changed files with 55 additions and 12 deletions

View File

@@ -377,7 +377,7 @@ export async function startCanvasHost(
const handler = await createCanvasHostHandler({
runtime: opts.runtime,
rootDir: opts.rootDir,
basePath: "/",
basePath: CANVAS_HOST_PATH,
allowInTests: opts.allowInTests,
});