Next.js Discord

Discord Forum

How to run the next app in a test environment?

Unanswered
vikram posted this in #help-forum
Open in Discord
I have 3 different .env files for each (.env.local ,.env.production,.env.test) environment and I am able to run the next app in the production environment by using the next start command and also for the development environment I am using the next dev command but I am unable to find any specific command to run the app test environment...

0 Replies