feat: added cookies to use subdomains
All checks were successful
Update changelog / changelog (push) Successful in 27s

This commit is contained in:
Pc
2026-01-04 13:56:00 +01:00
parent dae3479680
commit c765c92f89
3 changed files with 38 additions and 12 deletions

View File

@@ -13,6 +13,7 @@
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"axios": "^1.13.2",
"js-cookie": "^3.0.5",
"js-sha512": "^0.9.0",
"lucide-react": "^0.562.0",
"react": "^19.2.0",
@@ -21,6 +22,7 @@
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",