I am trying to add new client variable switch between stripe prod and test. But when I try to access the variable it can't find it .
I tried two way to access it;
import {env} from 'wasp/client'
env.REACT_APP_STRIPE_MODE
OR
import.meta.env.REACT_APP_STRIPE_MODE;
does anyone know why?