Updated dev files
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
"TYPESCRIPT": "true"
|
||||
},
|
||||
"ext": "ts",
|
||||
"exec": "tsx --inspect-brk"
|
||||
"exec": "tsx --inspect-brk src/index.ts"
|
||||
}
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
"env": {
|
||||
"NODE_ENV": "dev"
|
||||
},
|
||||
"ext": "js"
|
||||
"ext": "js",
|
||||
"exec": "node dist/index.js"
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"TYPESCRIPT": "true"
|
||||
},
|
||||
"ext": "ts",
|
||||
"exec": "tsx"
|
||||
"exec": "tsx src/index.ts"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user