feat: hai board — core, dashboard, cli, engine

This commit is contained in:
Dustin Byrne
2026-03-25 18:32:10 -04:00
parent 517c963200
commit 961203692d
41 changed files with 6383 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "hai-workspace",
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.0",
"scripts": {
"dev": "tsx packages/cli/src/bin.ts",
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck"
},
"pnpm": {
"onlyBuiltDependencies": ["esbuild", "koffi", "protobufjs"]
},
"devDependencies": {
"tsx": "^4.19.0",
"typescript": "^5.7.0"
}
}