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