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
* Create the full upload basepath
If a nested basepath `'a/b/c'` is given and does not exist yet, all directories in the basepath will be created, similar to using `mkdir -p`
* Add a `uploadpath` query param to upload the repo to
* Document the new `uploadpath` query parameter
* Fix code formatting
* Fix uploadpath default
* Remove extraneous async
* Add missing awaits
* Fix prettier
0 commit comments