Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 123d4155b4 1.228.4 2023-06-19 02:51:05 +02:00
DebaucheryLibrarian b362f95790 Added pm2 ecosystem file. 2023-06-19 02:51:01 +02:00
3 changed files with 22 additions and 3 deletions

19
ecosystem.config.js Normal file
View File

@ -0,0 +1,19 @@
// const config = require('config');
module.exports = {
apps: [
// LEAFS
{
name: 'traxxx',
script: 'src/init.js',
exec_mode: 'cluster',
instances: 2,
restart_delay: 3000,
args: '--server',
merge_logs: true,
env: {
NODE_ENV: 'production',
},
},
],
};

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.228.3",
"version": "1.228.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.228.3",
"version": "1.228.4",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.228.3",
"version": "1.228.4",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {