# Local SQLite database (no external services needed)
# This is used by Prisma CLI commands (db push, migrate, etc.)
# The app code in app/lib/prisma.ts also uses this path.
DATABASE_URL=file:./dev.db
