Skip to content

Commit a1084f3

Browse files
committed
Fix dev script: point to existing example file
1 parent 08d3eec commit a1084f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:unit": "vitest --run unit",
2525
"test:integration": "vitest --run integration",
2626
"ci:unit": "vitest --watch unit",
27-
"dev": "nodemon --inspect examples/index.ts",
27+
"dev": "nodemon --inspect examples/simple-agent.ts",
2828
"prepack": "npm run build"
2929
},
3030
"keywords": [

0 commit comments

Comments
 (0)