prisma\schema.prisma:.env is purely generated, with:prisma.config.ts at root contains this: npx prisma migrate deploy, I get told Loaded Prisma config from prisma.config.ts.I haven't included debug and logging as these seem to apply to Prisma Client, which I haven't even got to creating yet. The only change I've made to what the CLI
Loaded Prisma config from prisma.config.ts.
Prisma schema loaded from prisma\schema.prisma.
Datasource "db": SQLite database
Error: P1013: The provided database string is invalid. The scheme is not recognized in database URL. Please refer to the documentation in https://pris.ly/d/config-url for constructing a correct connection string.
prisma init generates is the Post model.