This commit is contained in:
sky
2025-10-26 14:20:56 -04:00
parent 5770f28acb
commit 204616a2d8
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
name: "Selenite", // Name of your application
script: "index.js", // Entry point of your application
script: "start.cjs", // Entry point of your application
interpreter: "bun", // Path to the Bun interpreter
watch: true,
cron_restart: '0 0 * * *',