initial commit - code moved to separate repo
This commit is contained in:
7
nodemon.json
Normal file
7
nodemon.json
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
{
|
||||
"verbose": true,
|
||||
"ignore": ["node_modules", ".next"],
|
||||
"watch": ["server/**/*", "server.js","src/helpers.js","src/**/*", "next.config.js"],
|
||||
"ext": "js json"
|
||||
}
|
Reference in New Issue
Block a user