codereivew

This commit is contained in:
2025-04-17 12:00:31 +09:00
parent cd79947b97
commit b9eb46a2fb
56 changed files with 475966 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
const config = {
apps : [{
name : 'Bot',
script : 'dist/index.js',
interpreter_args : '-r dotenv/config',
time: true
}]
}
module.exports = config;