Leviathan/nodemon.json

6 lines
87 B
JSON
Raw Normal View History

2023-11-26 01:00:16 -05:00
{
2023-11-26 01:23:30 -05:00
"ext": "js,twig",
2023-11-26 01:00:16 -05:00
"verbose": true,
"ignore": ["*.test.js", "node_modules/*"]
}