10 lines
167 B
JavaScript
Executable File
10 lines
167 B
JavaScript
Executable File
module.exports = {
|
|
name: "Selenite",
|
|
script: "start.cjs",
|
|
interpreter: "bun",
|
|
watch: true,
|
|
cron_restart: '0 0 * * *',
|
|
instances: "max",
|
|
exec_mode: "cluster"
|
|
};
|