Yes, a database is required during build due to Prisma and the schema generation, also the migration scripting is currently part of the build. It does not have to be the same database as the one you use at runtime
j
Josh
12/22/2022, 2:35 AM
aha! which env vars define the Prisma/schema generation connection vs. the application’s connection?