Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo in env.mjs #1690

Merged
merged 3 commits into from
Dec 15, 2023
Merged

fix: typo in env.mjs #1690

merged 3 commits into from
Dec 15, 2023

Conversation

c-ehrlich
Copy link
Member

Closes #1677

βœ… Checklist

  • I have followed every step in the contributing guide (updated 2022-10-06).
  • The PR title follows the convention we established conventional-commit
  • I performed a functional test on my final commit

Changelog

[Short description of what has changed]


Screenshots

[Screenshots]

πŸ’―

Copy link

changeset-bot bot commented Dec 9, 2023

πŸ¦‹ Changeset detected

Latest commit: 65ffcb6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
create-t3-app Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Dec 9, 2023

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
create-t3-app βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Dec 15, 2023 4:02pm
t3-upgrade βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Dec 15, 2023 4:02pm

Copy link
Contributor

github-actions bot commented Dec 9, 2023

⚑️ Lighthouse report for the changes in this PR:

Category Score
🟒 Performance 97
🟒 Accessibility 91
🟒 Best practices 100
🟒 SEO 100
πŸ”΄ PWA 30

Lighthouse ran on https://create-t3-app-git-env-typo-t3-oss.vercel.app/

@@ -28,7 +28,7 @@ export const env = createEnv({
// VERCEL_URL doesn't include `https` so it cant be validated as a URL
process.env.VERCEL ? z.string() : z.string().url()
),
// Add ` on ID and SECRET if you want to make sure they're not empty
// Add `.min(1)` on ID and SECRET if you want to make sure they're not empty
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line isn't needed at all with the option below set to true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah, u dont need to repair the 'string' one πŸ’€πŸ’€πŸ’€

@juliusmarminge juliusmarminge added this pull request to the merge queue Dec 15, 2023
Merged via the queue into main with commit 6efb99a Dec 15, 2023
75 checks passed
@juliusmarminge juliusmarminge deleted the env-typo branch December 15, 2023 16:06
devvianto605 pushed a commit to devvianto605/create-devviantex-nextjs-app that referenced this pull request Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
πŸ“Œ area: cli Relates to the CLI πŸ“Œ area: t3-app Relates to the generated T3 App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: typo in .env
3 participants