Loading request...
Automatically generate types for process.env variables based on secrets defined in a notebook. This would provide proper warnings if a secret is used in code but not set.
<img width="1252" alt="image" src="https://github.com/user-attachments/assets/28248665-f167-4ed9-8ff4-a05f10852f54"> Based off secrets set in a notebook, add them to process.env type, this way proper warnings are given if a secret is not set but is used in the code