Fix frontend overriding port.
This commit is contained in:
parent
c7c6ff2bc6
commit
57af2f9aef
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"build": "react-router build",
|
||||
"dev": "react-router dev",
|
||||
"start": "PORT=5173 react-router-serve ./build/server/index.js",
|
||||
"start": "react-router-serve ./build/server/index.js",
|
||||
"test": "vitest",
|
||||
"test:coverage": "vitest --coverage",
|
||||
"test:run": "vitest run",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue