mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 12:49:29 +00:00
Don't use the legacy watch option in nodemon
This commit is contained in:
parent
82c6d9b293
commit
dc3fea74f9
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
"node_modules/"
|
||||
],
|
||||
"verbose": true,
|
||||
"legacyWatch": true,
|
||||
"exec": "make compile || exit 1",
|
||||
"watch": [
|
||||
"public/coffee/",
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
"node_modules/"
|
||||
],
|
||||
"verbose": true,
|
||||
"legacyWatch": true,
|
||||
"execMap": {
|
||||
"js": "npm run start"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue