1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-05 13:35:24 +02:00
codex.docs/nodemon.json

12 lines
179 B
JSON
Raw Normal View History

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