const client = new CodiClient( endpoint: "https://api.example.com", auth: new MyAuthProvider() );
# 3️⃣ Run the built‑in migration helper (optional) npx codi-vore migrate ./src # This will scan your source tree for deprecated APIs and suggest changes. codi vore updated