fix: resolve workspace integration blockers (#5)

This commit is contained in:
2026-07-29 10:01:17 +09:00
parent 3279ac099e
commit cadbd5fb60
37 changed files with 1817 additions and 73 deletions
+3
View File
@@ -6,7 +6,10 @@
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"build:subpath:e2e": "vite build --base=/viewer-3d/ --outDir=dist-subpath",
"preview": "vite preview",
"preview:subpath:e2e": "vite preview --base=/viewer-3d/ --outDir=dist-subpath --host 127.0.0.1 --port 43174 --strictPort",
"serve:subpath:e2e": "npm run build:subpath:e2e && npm run preview:subpath:e2e",
"typecheck": "tsc --noEmit",
"stage:decoders": "node tools/copy-decoders.mjs"
},