-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle empty env object type (#21)
* fix: handle empty env object type * bug: add failing test for #17 * Update packages/nextjs/index.ts * fix: exclude `dist` in tsconfig * chore: add changeset * Update .changeset/dirty-impalas-juggle.md --------- Co-authored-by: Julius Marminge <[email protected]>
- Loading branch information
1 parent
7e192c7
commit fcf6851
Showing
5 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@t3-oss/env-core": patch | ||
"@t3-oss/env-nextjs": patch | ||
--- | ||
|
||
Fix empty env object type |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"include": ["index.ts", "tsup.config.ts", "test"] | ||
"include": ["index.ts", "tsup.config.ts", "test"], | ||
"exclude": ["dist"] | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"include": ["index.ts", "tsup.config.ts", "test"] | ||
"include": ["index.ts", "tsup.config.ts", "test"], | ||
"exclude": ["dist"] | ||
} |
fcf6851
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
t3-env – ./
t3-env-git-main-t3-oss.vercel.app
env.t3.gg
t3-env-t3-oss.vercel.app
t3-env.vercel.app