module.exports = {
apps: [{
name : "dev_instance",
script : "./node_modules/nuxt/bin/nuxt-start",
watch: false,
port: 3001,
env: {
PORT: 3001
},
}]
};
Specify configs in the ini-formatted file:
/home/master/.npmrc
or on the command line via: npm --key value
Config info can be viewed via: npm help config
npm@6.1.0 /usr/lib/node_modules/npm
Did you mean this?
start