We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b8198 commit 4e1df2cCopy full SHA for 4e1df2c
packages/agent/package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"build": "tsup --format esm --dts",
8
- "start": "node --loader ts-node/esm src/index.ts",
+ "start": "tsc && node --loader ts-node/esm src/index.ts",
9
"dev": "tsc && nodemon --watch src --watch ../core/dist --ext ts,json --exec 'node --loader ts-node/esm' src/index.ts",
10
"start:service:all": "pm2 start pnpm --name=\"all\" --restart-delay=3000 --max-restarts=10 -- run start:all",
11
"stop:service:all": "pm2 stop all",
0 commit comments