cli: updated config to get config from app, added sync command (#241)

* cli: updated config to get config from app, added sync command

* updated command description
This commit is contained in:
dswbx
2025-08-29 08:40:14 +02:00
committed by GitHub
parent 9436b8bac5
commit 93019827b0
3 changed files with 75 additions and 5 deletions
+1
View File
@@ -7,3 +7,4 @@ export { create } from "./create";
export { copyAssets } from "./copy-assets";
export { types } from "./types";
export { mcp } from "./mcp/mcp";
export { sync } from "./sync";