refactor: establish unified viewer workspaces

This commit is contained in:
2026-07-29 09:11:14 +09:00
parent bedb357259
commit 3279ac099e
27 changed files with 591 additions and 4483 deletions
+12
View File
@@ -0,0 +1,12 @@
import { defineConfig } from 'vite';
export default defineConfig({
server: {
port: 5173,
strictPort: true,
},
optimizeDeps: {
include: ['three', 'dxf-parser', 'opentype.js'],
},
assetsInclude: ['**/*.wasm'],
});