mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 00:56:01 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 734235c798 | |||
| c9773d49a6 |
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"bin": "./dist/cli/index.js",
|
"bin": "./dist/cli/index.js",
|
||||||
"version": "0.17.0",
|
"version": "0.17.1",
|
||||||
"description": "Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.",
|
"description": "Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.",
|
||||||
"homepage": "https://bknd.io",
|
"homepage": "https://bknd.io",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import { d1Sqlite, type D1ConnectionConfig } from "./connection/D1Connection";
|
|||||||
export {
|
export {
|
||||||
getFresh,
|
getFresh,
|
||||||
createApp,
|
createApp,
|
||||||
|
serve,
|
||||||
type CloudflareEnv,
|
type CloudflareEnv,
|
||||||
type CloudflareBkndConfig,
|
type CloudflareBkndConfig,
|
||||||
} from "./cloudflare-workers.adapter";
|
} from "./cloudflare-workers.adapter";
|
||||||
|
|||||||
Reference in New Issue
Block a user