mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 04:03:10 +08:00
feat(deps): update vite version to 5.x (#3508)
This commit is contained in:
18
apps/test-server/ecosystem.config.cjs
Normal file
18
apps/test-server/ecosystem.config.cjs
Normal file
@@ -0,0 +1,18 @@
|
||||
const { name } = require('./package.json');
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name,
|
||||
script: path.resolve(__dirname, './dist/index.js'),
|
||||
instances: require('os').cpus().length,
|
||||
autorestart: true,
|
||||
watch: true,
|
||||
env_production: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 8080,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user