Custom environment variables in build
Since migrating to Postgres 2.0, I have been trying to connect to Railway's internal network in Prisma, but there is a problem that during the build process the private address cannot be accessed, which does not allow Prisma to generate the modules according to the database.
Is there any way to define environment variables to be used exclusively in build mode?
2 Replies