Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
zango-strapi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 664c8c17
authored
2024-03-15 12:14:23 +0000
by
root
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
server commit
1 parent
63f38e97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
ecosystem.config.js
package.json
ecosystem.config.js
View file @
664c8c1
module
.
exports
=
{
apps
:
[
{
name
:
'
strapiapp
'
,
name
:
'
zango_strapi
'
,
script
:
'npm'
,
args
:
'start'
,
instances
:
7
,
exec_mode
:
"cluster"
,
args
:
'run start_prod'
,
},
],
};
...
...
package.json
View file @
664c8c1
...
...
@@ -7,7 +7,9 @@
"develop"
:
"strapi develop"
,
"start"
:
"strapi start"
,
"build"
:
"strapi build"
,
"strapi"
:
"strapi"
"strapi"
:
"strapi"
,
"start_prod"
:
"NODE_ENV=production strapi start"
,
"build_prod"
:
"NODE_ENV=production strapi build"
},
"dependencies"
:
{
"@strapi/plugin-i18n"
:
"4.3.6"
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment