Ready for 1.1.3-rc.2 and migrating on nextjs 16

This commit is contained in:
charlesgauthereau
2025-11-03 14:02:50 +01:00
parent 8c1b869004
commit 82559b49bd
4 changed files with 2034 additions and 1021 deletions
Binary file not shown.
-3
View File
@@ -41,9 +41,6 @@ const nextConfig: NextConfig = {
typescript: {
ignoreBuildErrors: true,
},
experimental: {
turbopackFileSystemCacheForDev: true,
},
async headers() {
return [
{
-1
View File
@@ -13,7 +13,6 @@
"db:drop": "drizzle-kit drop",
"auth:generate": "npx @better-auth/cli generate --config ./src/lib/auth/auth.ts"
},
"type": "module",
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-accordion": "^1.2.10",
+2034 -1017
View File
File diff suppressed because it is too large Load Diff