© 2026 Hedgehog Software, LLC
db push
error: Error validating datasource `db`: the URL must start with the protocol `file:`. --> prisma/schema.prisma:11 | 10 | provider = "sqlite" 11 | url = env("DATABASE_URL") |