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
2022-06-09 14:02:19 +03:00

13 lines
155 B
JSON

{
"verbose": true,
"ignore": [
".git",
"node_modules",
"public",
"src/frontend"
],
"watch": [
"**/*"
],
"ext": "js,twig"
}