add tanstack router with file-based routing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 10:35:47 +01:00
parent 49cf7d560b
commit a4d790c0fe
9 changed files with 191 additions and 52 deletions

View File

@@ -13,6 +13,8 @@
"format": "biome check --write ."
},
"dependencies": {
"@tanstack/react-router": "^1.166.7",
"@tanstack/router-plugin": "^1.166.7",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},