import { env } from 'wasp/client'console.log(env.REACT_APP_GOOGLE_MAPS_API_KEY)
import { env } from 'wasp/client'console.log(env.REACT_APP_GOOGLE_MAPS_API_KEY)
Yet the project fails to compile, saying: error TS2339: Property 'REACT_APP_GOOGLE_MAPS_API_KEY' does not exist on type '{ REACT_APP_API_URL: string; }'.
What the hell is it talking about? Why did I follow the documentation exactly yet Wasp act like it has no idea what the env var is?