Keep calm and commit

This commit is contained in:
2025-04-07 12:11:59 +08:00
parent 255eaae3c8
commit 76cd441956
11 changed files with 145 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"dependencies": {},
"devDependencies": {
"husky": "^9.1.7"
},
"scripts": {
"prepare": "husky"
}
}