fix: correct JSON indentation in docs.json for Biome formatting

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
claude[bot] 2026-04-23 05:49:47 +00:00 committed by Sreeram Sreedhar
parent 2ecac2731e
commit 9ceb4bd89a

View file

@ -135,6 +135,7 @@ export default defineSchema({
```typescript
// convex/memory.ts
import { action, mutation, query } from "./_generated/server";
import { api } from "./_generated/api";
import { v } from "convex/values";
import Supermemory from "supermemory";