Skip to content

Commit f51f387

Browse files
committed
Implement hookform
1 parent aa72e55 commit f51f387

18 files changed

+3673
-21
lines changed

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)