P3-02 P5-02: integrate Bitbybit OCCT geometry runtime

This commit is contained in:
2026-08-02 06:45:49 -04:00
parent feb2eb8be6
commit 9f2d11e151
14 changed files with 454 additions and 12 deletions

View File

@@ -18,7 +18,10 @@ export default defineConfig({
},
},
optimizeDeps: {
exclude: ['@sqlite.org/sqlite-wasm'],
exclude: ['@sqlite.org/sqlite-wasm', '@bitbybit-dev/occt', '@bitbybit-dev/occt-worker'],
},
worker: {
format: 'es',
},
build: {
chunkSizeWarningLimit: 600,