Next.js Discord

Discord Forum

Environment Files in Package.json

Unanswered
Drever posted this in #help-forum
Open in Discord
DreverOP
new to nextjs comming from react (CRA)

In my package json from CRA i had diffrent build functions:
"build": "react-scripts build",
"build:staging": "env-cmd -f .env.staging react-scripts build",

But it seems like thats not an option in Next? i see that you can you some env stuff on next.config, but if i were to do that how do i then apply said env?

Apologies for the noob question 😢 but hope someone knows 😄

0 Replies