feat(cli): Add CLI support and external registries view

This commit is contained in:
2025-01-02 03:58:09 +01:00
parent 62ad1655d5
commit d70617a90c
10 changed files with 732 additions and 507 deletions

View File

@@ -1 +1,3 @@
console.log('this is the cli client.');
export const runCli = async () => {
console.log('serve.zone cli client');
};