Would it be possible to make the `NEXT_PUBLIC_API_URL` for the front-end dynamic, ideally pulling from the `NEXT_PUBLIC_API_URL` defined in the `env` file? https://github.com/archetype-pal/frontend/blob/5a2e71545a9784f5edd1de737b1636d35993501a/.github/workflows/cd-glasgow.yml#L47
Would it be possible to make the
NEXT_PUBLIC_API_URLfor the front-end dynamic, ideally pulling from theNEXT_PUBLIC_API_URLdefined in theenvfile?frontend/.github/workflows/cd-glasgow.yml
Line 47 in 5a2e715