Files
backend/pm2.config.cjs
2025-06-22 11:41:21 -04:00

6 lines
177 B
JavaScript
Executable File

module.exports = {
name: "Selenite", // Name of your application
script: "index.js", // Entry point of your application
interpreter: "bun", // Path to the Bun interpreter
};