first commit
This commit is contained in:
5
pm2.config.cjs
Executable file
5
pm2.config.cjs
Executable file
@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
name: "Selenite", // Name of your application
|
||||
script: "index.js", // Entry point of your application
|
||||
interpreter: "bun", // Path to the Bun interpreter
|
||||
};
|
Reference in New Issue
Block a user