You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added section that gives explicit commands for how to start development server with pm2.
Change command example to give clearer indication of which text needs to be replaced in these commands.
Copy file name to clipboardExpand all lines: docusaurus/docs/dev-docs/deployment/process-manager.md
+29-3
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ app.start();
77
77
TypeScript projects require additional code in the `server.js` file to identify the correct directory. See the previous TypeScript code example or the [TypeScript documentation](/dev-docs/typescript#start-strapi-programmatically) for additional details.
78
78
:::
79
79
80
-
## Start PM2 with the `strapi` command
80
+
## Start PM2 with the `strapi` command - Production
81
81
82
82
To start PM2 and your application from a terminal you should start PM2 and pass the application name and start command as arguments:
83
83
@@ -86,7 +86,7 @@ To start PM2 and your application from a terminal you should start PM2 and pass
0 commit comments