Files
assets
bin
data
src
views
.gitignore
Dockerfile
Gruntfile.js
LICENSE
README.md
index.js
nodemon.json
package-lock.json
package.json
Leviathan/nodemon.json

6 lines
87 B
JSON

{
"ext": "js,twig",
"verbose": true,
"ignore": ["*.test.js", "node_modules/*"]
}