coreui / coreui-free-vue-admin-template

Open source admin template based on Bootstrap 5 and Vue 3
https://coreui.io/product/free-vue-admin-template/
MIT License
3.28k stars 963 forks source link

Filter environment variables #310

Closed nicomt closed 2 months ago

nicomt commented 3 months ago

Filter environment variables to prevent unintended leakage of environment variables.

mrholek commented 2 months ago

@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

nicomt commented 2 months ago

👌I agree. Thanks