mirror of
https://github.com/strapi/strapi.git
synced 2025-09-03 22:03:08 +00:00
Fix typo
This commit is contained in:
parent
cde60b105e
commit
7eea3860e5
@ -60,11 +60,11 @@ You can also start your process manager using the `yarn start` command.
|
|||||||
|
|
||||||
## Configuration file
|
## Configuration file
|
||||||
|
|
||||||
PM2 let you create a config file to save all information to start your sever properly at anytime.
|
PM2 lets you create a config file to save all information to start your server properly at anytime.
|
||||||
|
|
||||||
By running `pm2 init` it will init an `ecosystem.config.js` in your application.
|
By running `pm2 init` it will init an `ecosystem.config.js` in your application.
|
||||||
|
|
||||||
Then replace the content of this files by the following code
|
Then replace the content of this file by the following code.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user