ui stuff, proxy?, and whatever else

This commit is contained in:
first@lynx.com
2026-08-17 14:19:11 -04:00
parent 9b6af70e71
commit a6ac6aaa4f
5 changed files with 151 additions and 22 deletions

View File

@ -1,9 +1,9 @@
module.exports = {
name: "Selenite", // Name of your application
script: "start.cjs", // Entry point of your application
interpreter: "bun", // Path to the Bun interpreter
watch: true,
cron_restart: '0 0 * * *',
instances : "max",
exec_mode : "cluster"
name: "Selenite",
script: "start.cjs",
interpreter: "bun",
watch: true,
cron_restart: '0 0 * * *',
instances: "max",
exec_mode: "cluster"
};