修改了首页
This commit is contained in:
18
ecosystem.config.cjs
Normal file
18
ecosystem.config.cjs
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'nuxt4-10584',
|
||||
cwd: __dirname,
|
||||
script: '.output/server/index.mjs',
|
||||
interpreter: 'node',
|
||||
node_args: ['--import', './scripts/crypto-hash-polyfill.mjs'],
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
NITRO_HOST: '0.0.0.0',
|
||||
NITRO_PORT: 10584,
|
||||
PORT: 10584,
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user