mirror of
https://github.com/arthur-pbty/selfbot-discord.git
synced 2026-06-24 22:25:18 +02:00
update
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
apps : [{
|
||||
name: "selfBot",
|
||||
script: "./main.ts",
|
||||
exec_mode: "cluster",
|
||||
instances: "1",
|
||||
interpreter: "ts-node",
|
||||
env: {
|
||||
NODE_ENV: "development",
|
||||
},
|
||||
env_production: {
|
||||
NODE_ENV: "production",
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user