codereivew
This commit is contained in:
10
ChatGPT-CodeReview/pm2.config.cjs
Normal file
10
ChatGPT-CodeReview/pm2.config.cjs
Normal file
@@ -0,0 +1,10 @@
|
||||
const config = {
|
||||
apps : [{
|
||||
name : 'Bot',
|
||||
script : 'dist/index.js',
|
||||
interpreter_args : '-r dotenv/config',
|
||||
time: true
|
||||
}]
|
||||
}
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user