Fix/drizzle type compatibility#18
Merged
Merged
Conversation
… logic - Extract createAuthContext() in lib/auth-context.ts for auth/session handling - Extract findAdminPage() in lib/page-finder.ts for pure routing logic - RootPage now only handles rendering (~37 lines vs ~100 before) - Remove auth prop from RootPageProps - uses getDeesse(config) internally - Remove SidebarItemsProvider - no longer needed since AdminDashboardLayout receives items directly - Delete dashboard-page.tsx and sidebar-items-context.tsx (no longer used) - Fix Deesse.auth type to use Auth from better-auth directly - hasAdminUsers now re-throws errors instead of silently returning false - Add error handling with try/catch for getDeesse, getSession, hasAdminUsers - Server-side NODE_ENV checks instead of client-side DevelopmentOnly/ProductionOnly components Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- server.ts: keep new types.js pattern (Deesse type separate) - index.ts: keep all new exports (serverPage, clientPage, dynamicPage, database helpers) - auth-context.ts: keep new Session/SessionUser types and isAdminUser field - page-finder.ts: keep FindPageResult | null pattern - root-page.ts: keep new root page implementation with isAdminUser check and dynamicPage content handling Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Extract postgres adapter into separate server-only package to prevent Turbopack from bundling Node.js dependencies (fs, net, tls) into client. - Add packages/db-postgres with postgres-js adapter - Add documentation for drizzle type compatibility issue - Update deesse config types with generic schema support Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.