Files
captable/.pnpm-approve-builds.json
Hanzo Dev f79e51bb07 fix: resolve Next.js 15 build compatibility issues
- Remove misused "use server" directives from page components
- Extract dynamic import with ssr:false to client component
- Make deleteBucketFile async with await (server action requirement)
- Fix unsafe optional chaining and unused variable lint errors
2026-03-01 23:01:01 -08:00

10 lines
159 B
JSON

{
"@biomejs/biome": true,
"@prisma/client": true,
"@prisma/engines": true,
"@sentry/cli": true,
"esbuild": true,
"prisma": true,
"sharp": true
}