Skip to content

Adding environment variables

Jacob Sommer edited this page Dec 7, 2024 · 5 revisions

Any additional environment variables must be reflected in the github deploy workflows under .github/workflows and in sst.config.ts for them to be included when deploying to AWS. They should also be included in the type declarations under api/src/types/environment.d.ts for type safety.

Clone this wiki locally