feat: phase 0 skeleton — next.js 16 + better-auth + prisma

This commit is contained in:
Semih
2026-05-13 09:17:50 +00:00
commit 67a7c5b887
26 changed files with 1254 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
node_modules/
.next/
.turbo/
dist/
.env
.env.local
.env.*.local
*.log
.DS_Store
.pnpm-store/
coverage/
prisma/migrations/dev/