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
The sync-openapi script was failing with "OPENAPI_SOURCE_URL environment
variable is required" even though the variable existed in .env. Added
dotenv/config import to load environment variables before the script
accesses process.env.
0 commit comments