chore: pm2 runtime
This commit is contained in:
parent
d87a72480e
commit
932c56d5ea
@ -15,6 +15,7 @@ module.exports = (opts) => {
|
||||
'nocobase-prod': 'cross-env DOTENV_CONFIG_PATH=.env node -r dotenv/config packages/app/server/lib/index.js',
|
||||
'start-client': 'cd packages/app/client && npm run start',
|
||||
'start-server': 'npm run nocobase start',
|
||||
'start-pm2': 'pm2-runtime start packages/app/server/lib/index.js -- start',
|
||||
build: 'lerna run build',
|
||||
'build-docs': 'dumi build',
|
||||
test: 'node ./jest.cli.js -i',
|
||||
@ -27,6 +28,7 @@ module.exports = (opts) => {
|
||||
dependencies: {
|
||||
'cross-env': '^7.0.3',
|
||||
dotenv: '^10.0.0',
|
||||
pm2: '^5.2.0',
|
||||
},
|
||||
devDependencies: {
|
||||
'@testing-library/react': '^12.1.2',
|
||||
|
Loading…
Reference in New Issue
Block a user