template: added cloudflare vite code template

This commit is contained in:
dswbx
2025-11-21 17:55:43 +01:00
parent 000f8d20a8
commit 5d6046b149
26 changed files with 9882 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { serve } from "bknd/adapter/cloudflare";
import config from "../../config.ts";
export default serve(config, () => ({
// since bknd is running code-only, we can use a pre-initialized app instance if available
warm: true,
}));