Hello, How can I in Next know the actual environment?.
Unanswered
Giant wood wasp posted this in #help-forum
Giant wood waspOP
Hello, How can I know the actual environment in Next?. I need to do something if the environment is for example proudction, if process.env.NODE_ENV === 'production' { makes somethings }. I need to configure my scripts or next know which enviroment it is.