Skip to content

Commit

Permalink
chore: add missing cloudflarePagesStatic
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 13, 2023
1 parent 1abfc3e commit 5ead36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export { azure } from "./azure";
export { baseWorker } from "./base-worker";
export { bun } from "./bun";
export { cloudflareModule } from "./cloudflare-module";
export { cloudflarePages } from "./cloudflare-pages";
export { cloudflarePages, cloudflarePagesStatic } from "./cloudflare-pages";
export { cloudflare } from "./cloudflare";
export { deno, denoDeploy } from "./deno-deploy";
export { denoServer } from "./deno-server";
Expand Down

0 comments on commit 5ead36f

Please sign in to comment.