10 lines
175 B
JavaScript
10 lines
175 B
JavaScript
const config = {
|
|
apps : [{
|
|
name : 'Bot',
|
|
script : 'dist/index.js',
|
|
interpreter_args : '-r dotenv/config',
|
|
time: true
|
|
}]
|
|
}
|
|
|
|
module.exports = config; |