Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: change
:
to =
for environment variables
Our `bundler` vite can `handle` this formatting much better. E.g. all of these work like expected: `NUXT_PUBLIC_X= something` `NUXT_PUBLIC_X=something` `NUXT_PUBLIC_X=hello world` `NUXT_PUBLIC_X=false` `NUXT_PUBLIC_X="false"` `NUXT_PUBLIC_X=https://something.com?test=true`
- Loading branch information