I need to setup a few more environment variables that are expected by underlying libs I've noticed some hard-written "process.env", they are problematic because Astro seems to use ESM where we use "import.meta.env" instead I need to use a global map instead
0 likes 1 replies
?