fix: build errors fix attempt

This commit is contained in:
2024-05-19 15:11:17 +02:00
parent 63e0be09e6
commit d4b58ddc87
3 changed files with 511 additions and 1215 deletions

View File

@@ -87,5 +87,11 @@
"serve": "^14.2.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta"
}
}
}