fix: close final viewer integration gaps (#5)

This commit is contained in:
2026-07-29 10:14:09 +09:00
parent cadbd5fb60
commit 8ae7c45e9a
9 changed files with 196 additions and 28 deletions
+6
View File
@@ -30,6 +30,12 @@ export default defineConfig({
reuseExistingServer: true,
timeout: 30_000,
},
{
command: 'npm --workspace @hmwebviewer/viewer-2d-sample run serve:subpath:e2e',
port: 45173,
reuseExistingServer: true,
timeout: 60_000,
},
{
command: 'npm --workspace @hmwebviewer/viewer-3d run serve:subpath:e2e',
port: 43174,