Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nodejs/claude/sample-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "commonjs",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon --watch src/*.ts --exec ts-node src/index.ts",
"dev": "nodemon --watch src --exec ts-node src/index.ts",
"test-tool": "agentsplayground",
"install:clean": "npm run clean && npm install",
"clean": "rimraf dist node_modules package-lock.json",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/langchain/quickstart-before/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/index.ts",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon --watch src/*.ts --exec ts-node src/index.ts",
"dev": "nodemon --watch src --exec ts-node src/index.ts",
"test-tool": "agentsplayground",
"eval": "node --env-file .env src/evals/index.js",
"build": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion nodejs/langchain/sample-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "commonjs",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon --watch src/*.ts --exec ts-node src/index.ts",
"dev": "nodemon --watch src --exec ts-node src/index.ts",
"test-tool": "agentsplayground",
"eval": "node --env-file .env src/evals/index.js",
"build": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion nodejs/openai/sample-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "commonjs",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon --watch src/*.ts --exec ts-node src/index.ts",
"dev": "nodemon --watch src --exec ts-node src/index.ts",
"test-tool": "agentsplayground",
"install:clean": "npm run clean && npm install",
"clean": "rimraf dist node_modules package-lock.json",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/perplexity/sample-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "nodemon --watch src/*.ts --exec ts-node src/index.ts",
"dev": "nodemon --watch src --exec ts-node src/index.ts",
"test-tool": "agentsplayground",
"clean": "rimraf dist",
"install:clean": "npm run clean && npm install"
Expand Down
2 changes: 1 addition & 1 deletion nodejs/vercel-sdk/sample-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "commonjs",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon --watch src/*.ts --exec ts-node src/index.ts",
"dev": "nodemon --watch src --exec ts-node src/index.ts",
"test-tool": "agentsplayground",
"eval": "node --env-file .env src/evals/index.js",
"build": "tsc"
Expand Down