chore(monorepo): scaffold npm workspaces and tooling

This commit is contained in:
lakshit verma 2026-08-17 01:31:48 +05:30
commit 99458eb562
No known key found for this signature in database
8 changed files with 9397 additions and 0 deletions

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
node_modules/
dist/
coverage/
*.log
.env
.env.*
!.env.example
.DS_Store
yarn.lock
pnpm-lock.yaml
.vscode/
.idea/
.vercel