Files
zkldi_Tachi/server/nodemon.json
T
2023-02-08 03:36:09 +00:00

10 lines
117 B
JSON

{
"watch": [
"src"
],
"ext": "ts,json",
"ignore": [
"src/**/*.spec.ts"
],
"exec": "ts-node ./src/main.ts"
}