rebranding

This commit is contained in:
2026-05-25 22:49:37 -04:00
parent b62ab77fbe
commit 3d246af3f7
210 changed files with 1307 additions and 712 deletions

View File

@@ -44,7 +44,7 @@ describe("createApiClient", () => {
let client: ReturnType<typeof createApiClient>;
beforeEach(() => {
client = createApiClient("https://api.shieldai.com/api/trpc", "test-key");
client = createApiClient("https://api.kordant.ai/api/trpc", "test-key");
});
it("should create a client", () => {