mirror of
https://github.com/strapi/strapi.git
synced 2025-11-19 19:50:46 +00:00
added missed comma in ecosystem.config.js example (#4657)
This commit is contained in:
parent
d394eedf56
commit
23eb263e07
@ -493,7 +493,7 @@ sudo nano ecosystem.config.js
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
apps : [{
|
apps : [{
|
||||||
name: 'your-app-name',
|
name: 'your-app-name',
|
||||||
cwd: '/home/ubuntu/my-strapi-project/my-project'
|
cwd: '/home/ubuntu/my-strapi-project/my-project',
|
||||||
script: 'npm',
|
script: 'npm',
|
||||||
args: 'start',
|
args: 'start',
|
||||||
env: {
|
env: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user