@@ -2,7 +2,7 @@ module.exports = {
apps: [
{
name: "novel",
- script: "next start",
+ script: "./node_modules/next/dist/bin/next start",
instances: "max",
env: {
NODE_ENV: "production",