mirror of
https://github.com/severian-dev/sucker.severian.dev.git
synced 2025-10-28 04:35:45 +00:00
chore: initial transfer commit
This commit is contained in:
12
sucker.config.js
Normal file
12
sucker.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Get compatible PM2 app config object with automatic support for .nvmrc,
|
||||
* port allocation, and debug mode.
|
||||
*/
|
||||
module.exports = {
|
||||
apps: (function () {
|
||||
let nodeapp = require("/usr/local/hestia/plugins/nodeapp/nodeapp.js")(
|
||||
__filename
|
||||
);
|
||||
return [nodeapp];
|
||||
})(),
|
||||
};
|
||||
Reference in New Issue
Block a user