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

14 lines
155 B
JSON
Raw Normal View History

2022-06-09 14:02:19 +03:00
{
"verbose": true,
"ignore": [
".git",
"node_modules",
"public",
"src/frontend"
],
"watch": [
"**/*"
],
"ext": "js,twig"
}