Update start script to use correct host and port

Change-Id: I1e7dbb055f709246813df7acdfb5cec73cc1fd68
Reviewed-on: https://git.clicks.codes/c/Coded/Resume/+/363
Tested-by: Samuel Shuert <coded@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/package.json b/package.json
index b7b4956..aba4f76 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "scripts": {
     "dev": "next dev",
     "build": "next build",
-    "start": "next start",
+    "start": "next start -H 127.0.0.4 -p 1024",
     "lint": "next lint"
   },
   "dependencies": {