1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09:41 +02:00
codex.docs/nodemon.json

13 lines
139 B
JSON
Raw Normal View History

{
"ignore": [
".git",
"node_modules",
"public",
"src/frontend"
],
"watch": [
"**/*"
],
2022-08-11 18:28:15 +03:00
"ext": "ts,js,twig"
}