1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-22 22:59:42 +02:00

Create nodemon.json

This commit is contained in:
Taly 2022-06-09 14:02:19 +03:00
parent 16ba86fddb
commit f5d1a73b26

13
nodemon.json Normal file
View file

@ -0,0 +1,13 @@
{
"verbose": true,
"ignore": [
".git",
"node_modules",
"public",
"src/frontend"
],
"watch": [
"**/*"
],
"ext": "js,twig"
}