Skip to content

Commit

Permalink
feat: add next start command
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
  • Loading branch information
Tomas2D committed Oct 16, 2024
1 parent 8f73f37 commit dc56959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"scripts": {
"start": "tsx ./src/agent.ts",
"start:basic": "tsx ./src/agent.ts",
"start:observe": "tsx ./src/agent_observe.ts",
"start:code_interpreter": "tsx ./src/agent_code_interpreter.ts",
"ts:check": "tsc --noEmit --project tsconfig.json",
Expand Down

0 comments on commit dc56959

Please sign in to comment.