feat: move api cli commands under api subcommand

This commit is contained in:
Nathan Flurry 2026-01-28 01:11:57 -08:00
parent 0ef3b998bb
commit 8a91b8e9aa
22 changed files with 351 additions and 246 deletions

View file

@ -3,6 +3,6 @@
"private": true,
"type": "module",
"exports": {
".": "./sandbox-agent-client.ts"
".": "./src/sandbox-agent-client.ts"
}
}