mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +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 = {
|
||||
apps : [{
|
||||
name: 'your-app-name',
|
||||
cwd: '/home/ubuntu/my-strapi-project/my-project'
|
||||
cwd: '/home/ubuntu/my-strapi-project/my-project',
|
||||
script: 'npm',
|
||||
args: 'start',
|
||||
env: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user