1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 15:05:26 +02:00

Update nodemon.json

This commit is contained in:
Taly 2019-01-25 00:04:24 +03:00 committed by GitHub
parent a61c81eecc
commit f1e64dd4de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
"ignore": [
"node_modules",
"src/frontend",
"public"
"public/dist"
],
"events": {
"restart": "echo \"App restarted due to: '$FILENAME'\""