Skip to content

Commit 49f450d

Browse files
authored
Merge pull request #36 from dev-five-git/impl-hookform
Impl hookform
2 parents aa72e55 + 39b0cb9 commit 49f450d

19 files changed

+3674
-21
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"packages/hookform/package.json":"Minor","packages/zod/package.json":"Patch","packages/generator/package.json":"Patch"},"note":"Support hookform","date":"2026-01-04T13:28:49.692436300Z"}

bun.lock

Lines changed: 206 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"author": "JeongMin Oh",
1717
"license": "Apache-2.0",
1818
"scripts": {
19+
"test": "bun test",
20+
"test:coverage": "bun test --coverage",
1921
"lint": "biome check",
2022
"lint:fix": "biome check --write",
2123
"prepare": "husky",

0 commit comments

Comments
 (0)