VB Studio: Arranging project in git
Summary
VB Studio: Arranging project in gitContent
We see Oracle has changed developer cloud to Visual Builder Studio. We already have following structure for our code in Git
/dbcs
/sql
/plsql
/api
/AppName
/vbcs
/AppName
We want to create our VBCS applications in /vbcs/AppName folder but it seems like if we want to utilize VB Studio we need to create a new repository for every application. We can reuse a single repository and put applications in some directory inside repository.
Is there a way to put VBCS code in some inner directories and still use VB Studio for Build CI-CD etc.