feat: configure routing

This commit is contained in:
2026-05-21 03:44:18 +07:00
parent cc4f0cf02c
commit 99d1c97706
10 changed files with 75 additions and 332 deletions
+5 -2
View File
@@ -6,9 +6,11 @@
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
"typecheck": "react-router typegen && tsc",
"format": "prettier . --write"
},
"dependencies": {
"@react-router/fs-routes": "^7.15.1",
"@react-router/node": "7.15.1",
"@react-router/serve": "7.15.1",
"isbot": "^5.1.36",
@@ -22,8 +24,9 @@
"@types/node": "^22",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"prettier": "^3.8.3",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"vite": "^8.0.3"
}
}
}