mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
* Bump wrangler from 2.18.0 to 3.1.1 in /serverless/cloudflare Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 2.18.0 to 3.1.1. - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.1.1/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * fix tsconfig for cloudflare [#233] --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Liu <bdon@bdon.org>
Protomaps on Cloudflare
See installation and configuration instructions at Protomaps Docs: Deploy on Cloudflare
Development
Web Console (basic)
Generate the Workers script using npm run build and copy dist/index.js to the editor.
Wrangler (advanced)
The preview_bucket_name value in wrangler.toml should be changed to your bucket used for development.
Run npm run start to serve your Worker at http://localhost:8787. The cache will not be active in development.