bot server implementation
This commit is contained in:
22
nodemon.json
22
nodemon.json
@ -1,7 +1,17 @@
|
||||
|
||||
{
|
||||
"verbose": true,
|
||||
"ignore": ["node_modules", ".next"],
|
||||
"watch": ["server/**/*", "server.js","src/helpers.js","src/**/*", "next.config.js"],
|
||||
"ext": "js json"
|
||||
}
|
||||
"verbose": true,
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".next",
|
||||
"content/**/*",
|
||||
"public/**/*"
|
||||
],
|
||||
"watch": [
|
||||
"server/**/*",
|
||||
"server.js",
|
||||
"src/helpers.js",
|
||||
"src/**/*",
|
||||
"next.config.js"
|
||||
],
|
||||
"ext": "js json"
|
||||
}
|
Reference in New Issue
Block a user