srcbookdev / srcbook

TypeScript-centric app development platform
https://srcbook.com
Apache License 2.0
2.58k stars 101 forks source link

Handle non existing git repo #425

Closed nichochar closed 3 weeks ago

nichochar commented 3 weeks ago

If a user has an app pre-versions, the getCurrentCommit call will fail. This makes a check and creates a repo if it doesn't exist.

Tested locally