Skip to content

Commit

Permalink
chore: pro 使用 4000 端口
Browse files Browse the repository at this point in the history
  • Loading branch information
myNameIsDu committed Oct 22, 2022
1 parent 1e5b233 commit 5d1f806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5d1f806

Please sign in to comment.