We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df9a0b commit e732381Copy full SHA for e732381
src/content/changelog/agents/2025-03-18-npm-i-agents.mdx
@@ -85,6 +85,7 @@ import type { Env } from "../server";
85
async getHistory() {
86
return this.sql`SELECT * FROM history ORDER BY created_at DESC LIMIT 10`;
87
}
88
+}
89
```
90
```tsx
91
// client.tsx
0 commit comments