What is the use case of using this?
npx frontity dev --production
npx frontity build --development
What does really mean “building the project for production” when launching the project in development mode?
What does really mean “building the project for development” with the build
command?
What are the implications? Why would anyone want to choose one or another?