feat: monorepo

This commit is contained in:
Henry
2024-12-12 14:34:10 +00:00
parent b8eed7a90c
commit 0c8d17dce5
370 changed files with 10280 additions and 39805 deletions

27
.gitignore vendored
View File

@@ -1,24 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
**/node_modules/
/.pnp
node_modules
.pnp
.pnp.js
# testing
/coverage
# database
/prisma/db.sqlite
/prisma/db.sqlite-journal
coverage
# next.js
/.next/
/out/
.next/
out/
next-env.d.ts
# nitro
.nitro/
.output/
# production
/build
build
# misc
.DS_Store
@@ -31,7 +31,6 @@ yarn-error.log*
.pnpm-debug.log*
# local env files
# do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables
.env
.env*.local
@@ -39,4 +38,8 @@ yarn-error.log*
.vercel
# typescript
*.tsbuildinfo
dist/
.cache
# turbo
.turbo