mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-21 14:19:42 +02:00
parent
71f192456d
commit
ed69336481
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/dist"
|
||||||
|
],
|
||||||
|
"events": {
|
||||||
|
"restart": "echo \"App restarted due to: '$FILENAME'\""
|
||||||
|
},
|
||||||
|
"ext": "js,twig"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue