doc update: added db setup instructions

This commit is contained in:
dswbx
2024-11-19 15:10:40 +01:00
parent 79e59f4aa7
commit 598e158738
6 changed files with 67 additions and 2 deletions

View File

@@ -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