Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Mar 12, 2024
1 parent f54d68f commit b846298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cf-backend/sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default $config({
name: "cf-backend",
removalPolicy: input?.stage === "production" ? "retain" : "remove",
backend: "cloudflare",
providers: { cloudflare: {}, github: {} },
providers: { cloudflare: {} },
};
},
async run() {
Expand Down

0 comments on commit b846298

Please sign in to comment.