mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 07:25:21 +02:00
Create nodemon.json
This commit is contained in:
parent
d61818761e
commit
d4a07ab4d0
1 changed files with 11 additions and 0 deletions
11
nodemon.json
Normal file
11
nodemon.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"ignore": [
|
||||||
|
"node_modules",
|
||||||
|
"src/frontend",
|
||||||
|
"public"
|
||||||
|
],
|
||||||
|
"events": {
|
||||||
|
"restart": "echo \"App restarted due to: '$FILENAME'\""
|
||||||
|
},
|
||||||
|
"ext": "js,twig"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue