Skip to content

Commit d0efb20

Browse files
committed
Add nodemon
1 parent 529d7c5 commit d0efb20

File tree

3 files changed

+2567
-0
lines changed

3 files changed

+2567
-0
lines changed

nodemon.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"verbose": false,
3+
"ignore": [
4+
".git",
5+
".idea"
6+
],
7+
"execMap": {
8+
"php": "php"
9+
},
10+
"restartable": "r",
11+
"ext": "php"
12+
}

0 commit comments

Comments
 (0)