This commit is contained in:
Marcel Pociot
2020-04-24 12:37:31 +02:00
parent 018d778e5f
commit 9ce19f975e
28 changed files with 1160 additions and 91 deletions

12
nodemon.json Normal file
View File

@@ -0,0 +1,12 @@
{
"verbose": false,
"ignore": [
".git",
".idea"
],
"execMap": {
"php": "php"
},
"restartable": "r",
"ext": "php"
}