refactor: Move cli package to apps/cli

This commit is contained in:
2026-07-09 13:17:29 +05:30
parent 6e096415ee
commit 0c59756c08
11 changed files with 35 additions and 33 deletions

View File

@@ -19,7 +19,7 @@
"test": "vitest run --project unit",
"test:watch": "vitest --project unit",
"test:evals": "vitest run --project evals",
"play": "node cli/dist/index.js"
"play": "node apps/cli/dist/index.js"
},
"keywords": [],
"author": "",