@unanim/pm2-hook
v1.0.0
Published
A nuxt module for triggering a pm2 'ready' signal when nuxt server is ready
Downloads
4
Readme
@unanim/pm2-hook
A nuxt module for triggering a pm2 'ready' signal when nuxt server is ready
Why
To decrease deployment downtime. More Info
Installation
yarn add @unanim/pm2-hook
Usage
Add the module to the modules array in nuxt.config.js
{
modules: [
...
'@unanim/pm2-hook',
...
],
}
© Made with love and lots of coffee by Unanim.studio