From e114d90e103bbf95e55dfc9c993a7fcfecbc1c46 Mon Sep 17 00:00:00 2001
From: Tben <52448020+BenjaminToby@users.noreply.github.com>
Date: Fri, 11 Mar 2022 11:46:00 +0100
Subject: [PATCH] updates

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 96ba715..fb524f1 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
     "scripts": {
         "dev": "next dev -p 5000",
         "build": "next build",
-        "start": "next start",
+        "start": "next start -p 5000",
         "lint": "next lint",
         "tailwind": "npx tailwindcss -i ./tailwind/tw_main.css -o ./styles/tw_main.css --watch"
     },