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
+4
View File
@@ -6,6 +6,10 @@ const projectRoot = resolve(dirname(fileURLToPath(import.meta.url)), '..');
const serverSpecs = [
{ name: 'viewer-2d', args: ['run', 'dev:2d'] },
{ name: 'viewer-3d', args: ['run', 'dev:3d'] },
{
name: 'viewer-2d-subpath',
args: ['--workspace', '@hmwebviewer/viewer-2d-sample', 'run', 'serve:subpath:e2e'],
},
{
name: 'viewer-3d-subpath',
args: ['--workspace', '@hmwebviewer/viewer-3d', 'run', 'serve:subpath:e2e'],