Created
February 20, 2026 15:06
-
-
Save jacobparis/447756a5b23554960db21c3f44825825 to your computer and use it in GitHub Desktop.
gitcn test: static + patch
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
| diff --git a/package.json b/package.json | |
| --- a/package.json | |
| +++ b/package.json | |
| @@ -1,3 +1,6 @@ | |
| { | |
| - "name": "test" | |
| + "name": "test", | |
| + "dependencies": { | |
| + "zod": "^3.0.0" | |
| + } | |
| } |
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
| export const config = { | |
| name: 'my-app', | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment