We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6dc1f2 commit 5210673Copy full SHA for 5210673
packages/adapters/remix/package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"build": "remix vite:build",
8
- "dev": "remix vite:dev --port 4002",
+ "dev": "remix vite:dev --port 4001",
9
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
10
"start": "remix-serve ./build/server/index.js",
11
"typecheck": "tsc"
0 commit comments