@@ -28,10 +28,6 @@ build_frontend() {
2828 # Uses Angular production configuration and production.js runtime
2929 make build-production
3030 ;;
31- " producer" )
32- # Uses Angular producer configuration and producer.js runtime
33- make build-producer
34- ;;
3531 " webnode" )
3632 # Uses Angular webnode-local configuration and webnode.js runtime
3733 make build-webnode
@@ -44,13 +40,9 @@ build_frontend() {
4440 # Uses Angular production configuration with staging.js runtime
4541 make build-staging
4642 ;;
47- " block-producers" )
48- # Uses Angular production configuration with block-producers.js runtime
49- make build-block-producers
50- ;;
5143 * )
5244 echo " Error: Unknown environment '$environment '"
53- echo " Available environments: local, fuzzing, production, producer, webnode, leaderboard, staging, block-producers "
45+ echo " Available environments: local, fuzzing, production, webnode, leaderboard, staging"
5446 exit 1
5547 ;;
5648 esac
@@ -66,7 +58,7 @@ build_frontend() {
6658# Validate that MINA_FRONTEND_ENVIRONMENT is set
6759if [ -z " $MINA_FRONTEND_ENVIRONMENT " ]; then
6860 echo " Error: MINA_FRONTEND_ENVIRONMENT environment variable is required."
69- echo " Available environments: local, fuzzing, production, producer, webnode, leaderboard, staging, block-producers "
61+ echo " Available environments: local, fuzzing, production, webnode, leaderboard, staging"
7062 echo " Example: docker run -e MINA_FRONTEND_ENVIRONMENT=webnode mina-frontend"
7163 exit 1
7264fi
0 commit comments