mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
server: Bring back nodemon.json
This commit is contained in:
parent
78791024bc
commit
c8c9ecc0a3
@ -1,12 +1,17 @@
|
|||||||
{
|
{
|
||||||
"restartable": "rs",
|
"restartable": "rs",
|
||||||
"ignore": [".git", "node_modules/**/node_modules", "src/public/"],
|
"ignore": [
|
||||||
|
".git",
|
||||||
|
"node_modules/**/node_modules"
|
||||||
|
],
|
||||||
"verbose": false,
|
"verbose": false,
|
||||||
"exec": "ts-node",
|
"exec": "ts-node",
|
||||||
"watch": ["src/"],
|
"watch": [
|
||||||
|
"src/"
|
||||||
|
],
|
||||||
"signal": "SIGTERM",
|
"signal": "SIGTERM",
|
||||||
"env": {
|
"env": {
|
||||||
"NODE_ENV": "development"
|
"NODE_ENV": "development"
|
||||||
},
|
},
|
||||||
"ext": "ts,js,json"
|
"ext": "ts,js,json"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user