Closed dweng0 closed 11 months ago
import.meta was not a viable option as it is designed for handling imports (resolves ect).
However, looking at the Quarto documentation. I've done the following:
_environment
file (as is specified as the recommended way to add environment files in Quarto).QREACTO_
process.env
Summary
We need an approach that allows environment variables to be passed in. This issue tracks looking at import meta as a way of handling the import of env variables, if it is feasible and what work would be required.