Merged
Conversation
- Add authentication flow with better-auth - Integrate Commet SDK for billing - Add dashboard components and actions - Configure environment variables Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Remove decorative separator banners (// ====) - Remove redundant JSDoc comments explaining "what" - Remove obvious inline "what" comments - Code should be self-explanatory without comments Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Change @/* from ./src/* to ./* in tsconfig.json - Update components.json to reference app/globals.css instead of src/app/globals.css - Fixes import resolution errors for components and other modules Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Update drizzle.config.ts to use POSTGRES_URL - Update db connection to use POSTGRES_URL - Update env validation to require POSTGRES_URL This aligns with the project convention documented in MEMORY.md that uses POSTGRES_URL (not DATABASE_URL) with the postgres driver. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
… configuration - Change BETTER_AUTH_URL and BASE_URL to use port 3002 for local development. - Adjust drizzle.config.ts to reference the schema from the correct path. - Simplify next.config.ts by removing unnecessary options. - Update package.json dependencies for better compatibility and performance. - Enhance dashboard and pricing pages with improved messaging and layout. - Remove unused files and components to streamline the project structure. This commit improves the local development setup and enhances the overall clarity of the codebase.
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.