reorg + update docs with new paths

This commit is contained in:
geoffsee
2025-09-04 12:27:13 -04:00
parent 400c70f17d
commit ff55d882c7
43 changed files with 493 additions and 182 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "predict-otron-9000",
"workspaces": ["crates/cli/package"],
"workspaces": ["integration/cli/package"],
"scripts": {
"# WORKSPACE ALIASES": "#",
"cli": "bun --filter crates/cli/package"
"cli": "bun --filter integration/cli/package"
}
}