updated cloudflare adapter docs to match new args

This commit is contained in:
dswbx
2025-01-25 12:33:05 +01:00
parent 475488c910
commit 1beac5043b
3 changed files with 19 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ Install bknd as a dependency:
## Serve the API
Create a new api splat route file at `app/routes/api.$.ts`:
``` tsx
```ts
// app/routes/api.$.ts
import { serve } from "bknd/adapter/remix";