cloudflare / serverless-registry

A container registry backed by Workers and R2.
Apache License 2.0
997 stars 36 forks source link

Use `wrangler.toml.example` file in the repo instead of `wrangler.toml` #40

Closed zaherg closed 4 months ago

zaherg commented 4 months ago

Currently, if I cloned the repo and updated the wrangler.toml with the info from my account, this would be considered as a modification for the repo code, so when I try to update the repo in the future, I'll need to stash my changes or commit them before pulling any new changes.

This small change, will introduce wrangler.toml.example which can be used as a template for wrangler.toml, this way any update to the local wrangler.toml file won't have any impact on the update process.

gabivlj commented 4 months ago

thank you so much for the contribution @zaherg <3