From 1e8b47b6d35a3b546cfc56a69042f4cf18e6d1d4 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Wed, 10 Feb 2021 17:23:43 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3add0a..a3dd654 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", - "prod": "forever start $(which npx) serve -l 1234 -s /build" + "prod": "forever start $(which npx) serve -l 80 -s build" }, "eslintConfig": { "extends": [