From f367474b163bcf00be35d2ec0077c3ef55aecfc0 Mon Sep 17 00:00:00 2001 From: pxlvxl <94229518+pxlvxl@users.noreply.github.com> Date: Sun, 13 Mar 2022 12:56:35 -0400 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f602fb6..3a60dff 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "main": "build.js", "scripts": { "build": "node ./build.js ./build", - "serve": "node ./server.js ./build 3002", + "serve": "node ./server.js ./build 3000", "test": "npm run build && npm run serve", - "hot": "concurrently \"nodemon --exec npm test\" \"await tcp localhost:3002 && open-cli http://localhost:3002\"", + "hot": "concurrently \"nodemon --exec npm test\" \"await tcp localhost:3000 && open-cli http://localhost:3000\"", "hot:reload": "cross-env RELOAD=yes npm run hot" }, "author": "Lospec",