Cleanup relation schema

This commit is contained in:
Jorge Vargas 2025-02-25 22:14:16 -06:00
parent 781a9ae216
commit a8d253fa2e
10 changed files with 404 additions and 291 deletions

View file

@ -14,7 +14,7 @@
"@astrojs/react": "4.1.3",
"@astrojs/rss": "4.0.11",
"@inlang/paraglide-astro": "^0.2.2",
"@prisma/client": "^6.4.0",
"@prisma/client": "^6.4.1",
"@tailwindcss/vite": "^4.0.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
@ -23,6 +23,7 @@
"better-auth": "^1.1.11",
"clsx": "^2.1.1",
"nodemailer": "^6.10.0",
"prisma": "^6.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
@ -42,7 +43,6 @@
"eslint-plugin-jsx-a11y": "^6.10.0",
"neostandard": "^0.11.6",
"prettier": "^3.3.3",
"prettier-config-standard": "^7.0.0",
"prisma": "^6.4.0"
"prettier-config-standard": "^7.0.0"
}
}