chore: change run command, remove workspace cli argument

This commit is contained in:
Joe Fleming
2026-03-13 15:22:27 -06:00
parent 4f54c9837f
commit e4782a5a81
5 changed files with 81 additions and 90 deletions

View File

@@ -4,7 +4,7 @@
"type": "module",
"module": "index.ts",
"scripts": {
"start": "bun run index.ts",
"nanobot": "bun run index.ts",
"dev": "bun --watch run index.ts",
"typecheck": "tsc --noEmit",
"fmt": "oxfmt --check",