saleor-next-starter icon indicating copy to clipboard operation
saleor-next-starter copied to clipboard

Add support for different .env files

Open peelar opened this issue 2 years ago • 0 comments

In order to make loading environment variables work with GraphQL Code Generator (see: codegen.ts), we had to install the dotenv dependency. Currently, it only works with .env file which differs from the Next.js' approach (.env.local).

Find a way to support both .env and .env.local.

peelar avatar Jan 04 '23 08:01 peelar