From 5d1f806c938e6c770e19120c9eee1943728af36d Mon Sep 17 00:00:00 2001 From: myNameIsDu Date: Sat, 22 Oct 2022 21:06:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20pro=20=E4=BD=BF=E7=94=A8=204000=20?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e99765..8bfdcff 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build:css": "tailwindcss -m -i ./app/styles/app.css -o ./app/styles/root.css", "dev": "concurrently \"npm run dev:css\" \"remix dev\"", "dev:css": "tailwindcss -w -i ./app/styles/app.css -o ./app/styles/root.css", - "start": "remix-serve build" + "start": "PORT=4000 remix-serve build" }, "dependencies": { "@remix-run/node": "^1.7.3",