1 messages · Page 1 of 1 (latest)
Here is the context: I am using nhost and need to use the NHOST_ADMIN_SECRET, which is a Nhost System Environmental variable and I cannot prepend the variable name so Vite will recognize it.
Has anyone else experienced a similar situation or ideas for a solution?
I think unfortunately you may need to duplicate it with key starting with VITE_
Or kep it the value of your env var: VITE_NHOST_ADMIN_SECRET=$NHOST_ADMIN_SECRET