feat: scaffold root workspace files (Turborepo + pnpm)

This commit is contained in:
2026-04-06 14:04:41 +02:00
parent d0d335d829
commit 6cff55d6d3
6 changed files with 94 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# Database
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/template
# Payload CMS
PAYLOAD_SECRET=your-secret-here
# App URLs
NEXT_PUBLIC_APP_URL=http://localhost:3000
CMS_URL=http://localhost:3001