set LOG_REQUESTS env to true

This commit is contained in:
SrGooglo 2023-07-13 17:50:50 +00:00
parent 2750340fd0
commit aa687b0ec3

View File

@ -8,6 +8,7 @@ module.exports = {
env: {
"NODE_ENV": "production",
"MAIN_LISTEN_PORT": 5000,
"LOG_REQUESTS": true,
},
cwd: "./packages/server"
},