mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: fix pm2
link (#2560)
This commit is contained in:
parent
1e98259368
commit
c8322c4e53
@ -30,7 +30,7 @@ export default {
|
||||
|
||||
After running `yarn build`, all the required files are located in the `.output` folder. Static assets are in the `public` subdirectory and the server with its dependencies are within the `server` subdirectory.
|
||||
|
||||
This `.output` folder can be deployed to your Node.js host and the server can be run using [`pm2`](https://pm2.keymetrics.io/docs/).
|
||||
This `.output` folder can be deployed to your Node.js host and the server can be run using [`pm2`](https://pm2.keymetrics.io/docs/usage/quick-start/).
|
||||
|
||||
To start the server in production mode, run:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user