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
feat: Add a local-debug target (to make for easier debugging)
With this you can make small tweaks to the OpenAPI spec and then run the
following to see the impact:
```
speakeasy run --skip-testing --skip-upload-spec --skip-versioning --target=local-debug
```
0 commit comments