first commit
This commit is contained in:
6
nodemon.json
Normal file
6
nodemon.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"verbose": true,
|
||||
"ignore": [ "node_modules", ".next" ],
|
||||
"watch": ["server/**/*" , "index.js"],
|
||||
"ext": "js json jsx ts tsx "
|
||||
}
|
||||
Reference in New Issue
Block a user