I used npx webpack-cli init
to create my config file. I then decided to moved the created config files into a config/
folder. Now when I run serve
it tells me the mode hasnt been set. I imagine I need to update some setting but havent been able to find the location.
Where can I update this?
Edit: Or should I just run this command in the desired directory?