Skip to content

Instantly share code, notes, and snippets.

@jacobparis
Created February 20, 2026 15:06
Show Gist options
  • Select an option

  • Save jacobparis/447756a5b23554960db21c3f44825825 to your computer and use it in GitHub Desktop.

Select an option

Save jacobparis/447756a5b23554960db21c3f44825825 to your computer and use it in GitHub Desktop.
gitcn test: static + patch
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"
+ }
}
export const config = {
name: 'my-app',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment