Closed nicomt closed 5 months ago
Filter environment variables to prevent unintended leakage of environment variables.
@nicomt Thank you for this PR. I think that the best solution is to follow the official Vite documentation and remove process.env from vite.config.mjs - https://vitejs.dev/guide/env-and-mode
👌I agree. Thanks
Filter environment variables to prevent unintended leakage of environment variables.