Updated dev files
This commit is contained in:
@@ -10,5 +10,5 @@
|
|||||||
"TYPESCRIPT": "true"
|
"TYPESCRIPT": "true"
|
||||||
},
|
},
|
||||||
"ext": "ts",
|
"ext": "ts",
|
||||||
"exec": "tsx --inspect-brk"
|
"exec": "tsx --inspect-brk src/index.ts"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,5 +8,6 @@
|
|||||||
"env": {
|
"env": {
|
||||||
"NODE_ENV": "dev"
|
"NODE_ENV": "dev"
|
||||||
},
|
},
|
||||||
"ext": "js"
|
"ext": "js",
|
||||||
|
"exec": "node dist/index.js"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,5 +10,5 @@
|
|||||||
"TYPESCRIPT": "true"
|
"TYPESCRIPT": "true"
|
||||||
},
|
},
|
||||||
"ext": "ts",
|
"ext": "ts",
|
||||||
"exec": "tsx"
|
"exec": "tsx src/index.ts"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,9 +16,9 @@
|
|||||||
"build": "swc src -d dist --strip-leading-paths",
|
"build": "swc src -d dist --strip-leading-paths",
|
||||||
"watch": "swc src -d dist --strip-leading-paths --watch",
|
"watch": "swc src -d dist --strip-leading-paths --watch",
|
||||||
"dev": "nodemon --config .nodemon/swc.json",
|
"dev": "nodemon --config .nodemon/swc.json",
|
||||||
"dev:ts": "nodemon --config .nodemon/ts.json src/index.ts",
|
"dev:ts": "nodemon --config .nodemon/ts.json",
|
||||||
"dev:ts:inspect": "nodemon --config .nodemon/debug.json src/index.ts",
|
"dev:ts:inspect": "nodemon --config .nodemon/debug.json",
|
||||||
"dev:js": "nodemon --config .nodemon/js.json dist/index.js",
|
"dev:js": "nodemon --config .nodemon/js.json",
|
||||||
"fmt": "dprint fmt \"**/*.ts\"",
|
"fmt": "dprint fmt \"**/*.ts\"",
|
||||||
"check": "pnpm tscheck && pnpm lint",
|
"check": "pnpm tscheck && pnpm lint",
|
||||||
"tscheck": "tsc",
|
"tscheck": "tsc",
|
||||||
|
|||||||
Reference in New Issue
Block a user