From c318891b56426dc853c6ed5d71f5e39fecdc2b0a Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Fri, 16 Jul 2021 13:44:59 +0100 Subject: [PATCH] update build config --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53de0c0f..cb8f1eaf 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev", "build": "NODE_ENV=production node_modules/next/dist/bin/next build", - "start": "node_modules/next/dist/bin/next start -p $PORT" + "start": "node_modules/next/dist/bin/next start" }, "dependencies": { "@webdeb/next-styles": "^1.1.1",