Cookies being set to path=/app meant that the API didn't have those cookies. Also fixed the Schema injection for auth'ed routes
23 lines
487 B
JSON
23 lines
487 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-cookie": "^3.0.6",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.1.10",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"js-cookie": "^3.0.5",
|
|
"openapi-fetch": "^0.15.0",
|
|
"tailwindcss": "^4.1.16"
|
|
}
|
|
}
|