make serve:local-prod target not verbose

This commit is contained in:
Felipe Knorr Kuhn 2021-08-03 21:19:25 -07:00
parent f03249761b
commit 508c8b0be3

View File

@ -199,7 +199,7 @@
"proxyConfig": "proxy.prod.conf.json", "proxyConfig": "proxy.prod.conf.json",
"disableHostCheck": true, "disableHostCheck": true,
"host": "0.0.0.0", "host": "0.0.0.0",
"verbose": true "verbose": false
} }
} }
}, },