Initial build environment stuff

This commit is contained in:
Jamie Curnow
2018-06-20 08:45:27 +10:00
parent 458f9daf4e
commit 254c5c7add
10 changed files with 276 additions and 47 deletions

5
nodemon.json Normal file
View File

@@ -0,0 +1,5 @@
{
"verbose": false,
"ignore": ["dist", "data", "src/frontend"],
"ext": "js json ejs"
}