Switch from Router to Start (Enable SSR!)

A real pain to change mid-road.
This commit is contained in:
2025-03-31 17:41:00 +02:00
parent af080480e4
commit a6df580ff9
11 changed files with 3999 additions and 148 deletions

View File

@@ -3,20 +3,22 @@
"private": true,
"type": "module",
"scripts": {
"start": "vite --port 3000",
"build": "vite build && tsc",
"serve": "vite preview",
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"test": "vitest run"
},
"dependencies": {
"@tanstack/react-router": "^1.114.3",
"@tanstack/react-router-devtools": "^1.114.3",
"@tanstack/router-plugin": "^1.114.3",
"@tanstack/react-router": "^1.114.29",
"@tanstack/react-router-devtools": "^1.114.29",
"@tanstack/react-start": "^1.114.30",
"@tanstack/router-plugin": "^1.114.30",
"match-sorter": "^8.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"match-sorter": "^8.0.0",
"sort-by": "^1.2.0",
"tiny-invariant": "^1.3.3"
"tiny-invariant": "^1.3.3",
"vinxi": "^0.5.3"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
@@ -33,11 +35,13 @@
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0",
"vite": "^6.1.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5",
"web-vitals": "^4.2.4"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
}