1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 07:25:21 +02:00

Create nodemon.json

This commit is contained in:
Taly 2019-01-24 19:08:31 +03:00 committed by GitHub
parent d61818761e
commit d4a07ab4d0
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"
],
"events": {
"restart": "echo \"App restarted due to: '$FILENAME'\""
},
"ext": "js,twig"
}