This commit is contained in:
Heidi
2026-05-15 00:15:40 +01:00
parent ba8755fc84
commit 6b2e15f7bf
11 changed files with 3407 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
module.exports = {
apps: [
{
name: 'linkweb',
script: 'server.js',
env: {
NODE_ENV: 'production',
PORT: '3020',
PM2_APP_NAME: 'linkweb',
WEBHOOK_PATH: '/webhook/github',
},
},
],
};