Skip to content

Commit 599dcd3

Browse files
committed
feat: monorepo setup
1 parent aedb352 commit 599dcd3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+12406
-34951
lines changed

.husky/commit-msg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx --no-install commitlint --edit ""

.husky/pre-commit

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npm run pre-commit

backend/.env.example

-3
This file was deleted.

backend/app.js

-30
This file was deleted.

backend/database/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)