db push not working with new prisma.config `migrate` adapter
hey guys, anyone got
getting
db push to work with turso?getting
db pusherror: Error validating datasource `db`: the URL must start with the protocol `file:`.
--> prisma/schema.prisma:11
|
10 | provider = "sqlite"
11 | url = env("DATABASE_URL")
|