refactor!(runtime): Moved simulation orchestration and DB management out of GUI

This commit is contained in:
Ayush Dagar
2026-07-26 17:08:21 +05:30
parent e09b603d14
commit 5fb0d93a52
29 changed files with 5678 additions and 9399 deletions

View File

@@ -16,6 +16,7 @@ export default defineConfig({
"@omnia/spatial": path.resolve(__dirname, "./packages/spatial/src"),
"@omnia/actor": path.resolve(__dirname, "./packages/actor/src"),
"@omnia/scenario": path.resolve(__dirname, "./packages/scenario/src"),
"@omnia/runtime": path.resolve(__dirname, "./packages/runtime/src"),
},
},
test: {