1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-25 09:44:22 +03:00
leon/nodemon.json
2022-09-03 17:29:22 +08:00

15 lines
213 B
JSON

{
"verbose": false,
"watch": [
"server/src"
],
"ext": "ts,js,json",
"ignore": [
".git",
"node_modules",
"server/src/tmp",
"server/dist"
],
"exec": "ts-node server/src/index.ts"
}