初始化

This commit is contained in:
2026-05-10 01:33:46 +08:00
parent 9e24153eac
commit 105ed4cbee
414 changed files with 87 additions and 53342 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
apps: [
{
name: 'websopy-5555',
name: 'gxjczxw-10588',
cwd: __dirname,
script: '.output/server/index.mjs',
interpreter: 'node',
@@ -9,8 +9,8 @@ module.exports = {
env: {
NODE_ENV: 'production',
NITRO_HOST: '0.0.0.0',
NITRO_PORT: 5555,
PORT: 5555,
NITRO_PORT: 10588,
PORT: 10588,
},
},
],