refactor: improve initial setup and configuration#64
Open
mrdorianh wants to merge 1 commit intomickasmt:mainfrom
Open
refactor: improve initial setup and configuration#64mrdorianh wants to merge 1 commit intomickasmt:mainfrom
mrdorianh wants to merge 1 commit intomickasmt:mainfrom
Conversation
- Update .env.example with better organization and documentation - Add clear sections for required and optional environment variables - Update Stripe integration configuration and related files - Update env.mjs to enforce required environment variables - Update auth.config.ts to bypass auth in development if provider is not configured - Update README with clearer setup instructions
|
@mrdorianh is attempting to deploy a commit to the mickasmt's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
Intention: Allow quick start deploy to begin prototyping without the need to set up all env vars related to auth, stripe, and resend.