Configuration Options for Browser Environment Variables

Just going through the docs, namely the Configuration chapter, so is this just a wrapper around process.env? is there a way to have a browser equivilent when env variables are extracted via something like import.meta.env.VITE_API_BASE_PATH and any attempt at accessing process throws an error? or is it best to just create a layer of constants for the apps env context?
Was this page helpful?