Closed thomas-senechal closed 2 months ago
I changed the project to have 2 directories:
cli
server
I fixed the workflows to make sure everything works fine
So basically, no need to review the server dir as it's the same code as before cli mainly contains config files, and cli/src contains the cli code
cli/src
I changed the project to have 2 directories:
cli
which contains the new TS CLIserver
which contains the old project with the server and the old cli, which will be cleaned laterI fixed the workflows to make sure everything works fine
So basically, no need to review the
server
dir as it's the same code as beforecli
mainly contains config files, andcli/src
contains the cli code