chore: cleanup package.json and automate api type generation

This commit is contained in:
bipproduction
2026-02-08 12:53:36 +08:00
parent 0f71798389
commit f86ac66820
10 changed files with 217 additions and 233 deletions

View File

@@ -38,4 +38,4 @@ describe("API Integration", () => {
);
expect([401, 422]).toContain(response.status);
});
});
});