So far I am trying to use Google maps in the application, it works however I am exposing my API key
src="https://maps.googleapis.com/maps/api/js?key=ITSHOWSMYAPIKEY&loading=async&callback=initMap">
</script>```
how do I use the variable in the .env file to HIDE my environment variable from the front facing user