You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that all environment variables referenced in your code should be declared (for example in an `.env` file), even if they don't have a value until the app is deployed:
10
+
11
+
```
12
+
MY_FEATURE_FLAG=""
13
+
```
14
+
15
+
You can override `.env` values from the command line like so:
0 commit comments