feat: add orchestrator admin action interval and integrate game engine dependency

This commit is contained in:
2026-01-03 16:35:48 +00:00
parent 822acebca0
commit 020028fc74
7 changed files with 343 additions and 147 deletions
+2
View File
@@ -3,6 +3,8 @@
"private": true,
"version": "0.0.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/game-engine",
"dev": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/game-engine --watch",