prisma skips environment variable loading with config file?
is there a way to pass the environment variables in the config file https://www.prisma.io/docs/orm/reference/prisma-config-reference instead of using dotenv(). this originally automatically worked specifying the env varible in schema.prisma but breaks with the config file