1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-18 20:59:42 +02:00

Create nodemon.json (#26)

* Create nodemon.json

* Update nodemon.json
This commit is contained in:
Taly 2019-01-25 00:31:49 +03:00 committed by GitHub
parent 71f192456d
commit ed69336481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
nodemon.json Normal file
View file

@ -0,0 +1,11 @@
{
"ignore": [
"node_modules",
"src/frontend",
"public/dist"
],
"events": {
"restart": "echo \"App restarted due to: '$FILENAME'\""
},
"ext": "js,twig"
}