mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
doc update: added db setup instructions
This commit is contained in:
@@ -11,8 +11,8 @@ and then install bknd as a dependency:
|
||||
|
||||
<InstallBknd />
|
||||
|
||||
## Serve the API
|
||||
|
||||
## Serve the API
|
||||
``` ts
|
||||
import { serve } from "bknd/adapter/cloudflare";
|
||||
|
||||
@@ -30,6 +30,7 @@ export default serve(
|
||||
}
|
||||
);
|
||||
```
|
||||
For more information about the connection object, refer to the [Setup](/setup) guide.
|
||||
|
||||
Now run the worker:
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user