Last active
April 23, 2024 19:55
-
-
Save colinhacks/28af8f8756b8afbff3bbbd5f85b49827 to your computer and use it in GitHub Desktop.
Revisions
-
colinhacks revised this gist
Apr 23, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ gh repo clone https://github.com/t3-oss/t3-env t3env cd t3env git checkout @t3-oss/[email protected] pnpm i pnpm update zod --latest --recursive pnpm run build -
colinhacks created this gist
Apr 23, 2024 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ gh repo clone https://github.com/t3-oss/t3-env t3env cd t3env git checkout @t3-oss/[email protected] pnpm pnpm update zod --latest --recursive pnpm run build