init monorepo

This commit is contained in:
aric jean
2026-03-23 07:09:31 +08:00
parent 9f0c2e7c61
commit 16219ec7f1
657 changed files with 124939 additions and 1 deletions

8
apps/web/.husky/commit-msg Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
# shellcheck source=./_/husky.sh
. "$(dirname "$0")/_/husky.sh"
PATH="/usr/local/bin:$PATH"
pnpm dlx commitlint --edit "$1"