1
0

update: the start script in tracker

This commit is contained in:
alikia2x (寒寒) 2025-10-26 17:26:48 +08:00
parent 1a79e679bb
commit fb42d3b831

View File

@ -5,7 +5,7 @@
"scripts": {
"build": "bunx --bun react-router build",
"dev": "bunx --bun react-router dev --port 7399",
"start": "bunx --bun react-router-serve ./build/server/index.js --port 7399",
"start": "bunx react-router-serve ./build/server/index.js --port 7399",
"typecheck": "bunx --bun react-router typegen && tsc"
},
"dependencies": {