How to make next build work with .env.local (development build)
Unanswered
West African Crocodile posted this in #help-forum
West African CrocodileOP
I've tried doing this:
"build:dev": "NODE_ENV=development tinacms build && next build",
But Next still looks for the env variables in .env
"build:dev": "NODE_ENV=development tinacms build && next build",
But Next still looks for the env variables in .env
1 Reply
Spotted Rail
does creating .env.production help?