When starting the server locally I executed the command symfony server:prod
using the Symfony Local Web Server which gives me to understand that I changed the state of the server environment to production.
Since then, each time I run the local server, it launches in prod
environment even if I define a APP_ENV=dev
environment variable.
How can I switch back to the environment defined in my .env
file?