Initial commit.
This commit is contained in:
commit
f0c91b4e55
78 changed files with 5054 additions and 0 deletions
9
nodemon.json
Normal file
9
nodemon.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"watch": [
|
||||
"config.json",
|
||||
"nodemon.json",
|
||||
"package.json",
|
||||
"package-lock.json",
|
||||
"src/*"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue