unbrk the inspect
This commit is contained in:
parent
4b1227149f
commit
3b5275122c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
"tsx": "^4.19.3"
|
"tsx": "^4.19.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsx --watch --inspect-brk --env-file-if-exists=.env src/index.ts",
|
"dev": "tsx --watch --inspect --env-file-if-exists=.env src/index.ts",
|
||||||
"build": "node build.mjs",
|
"build": "node build.mjs",
|
||||||
"start": "node build.mjs && node dist/index.js"
|
"start": "node build.mjs && node dist/index.js"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue