- Migrate from Next.js App Router to Vite + React Router - Replace NEXT_PUBLIC_* env vars with VITE_* - Convert all pages to React Router structure - Remove BFF dependency, connect directly to Tracker - JWT auth with query param support in WebSocket - All components migrated with basic functionality - Ready for production deployment
8 lines
119 B
JSON
8 lines
119 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" }
|
|
]
|
|
}
|