Compare commits

..

No commits in common. "6fe212796b9f68ac3c06b8c31b5b6ae9477835c8" and "7d77e0603bd44810f9bb5873b080b268c0bd21dd" have entirely different histories.

4 changed files with 5 additions and 15 deletions

View File

@ -31,7 +31,7 @@ module.exports = {
},
},
analytics: {
enabled: false,
enabled: true,
address: 'http://localhost:3000/script.js',
siteId: '1b28ac3b-d229-43bf-aec9-75cf0a72a466',
},

View File

@ -1,4 +1,4 @@
const config = require('config');
// const config = require('config');
module.exports = {
apps: [
@ -14,15 +14,5 @@ module.exports = {
NODE_ENV: 'production',
},
},
...(config.analytics.enabled ? [{
name: 'umami',
script: 'npm start',
cwd: process.env.UMAMI_DIR || '../umami',
restart_delay: 3000,
merge_logs: true,
env: {
NODE_ENV: 'production',
},
}] : []),
],
};

4
package-lock.json generated
View File

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

View File

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