This commit is contained in:
Rue Ji
2026-02-02 23:52:49 +08:00
parent b2973c6d28
commit 5133e4f983
15 changed files with 983 additions and 94 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "sipaiis-wms-root",
"private": true,
"scripts": {
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"husky": "^8.0.3"
}
}