Files
PMTiles/serverless/cloudflare
Brandon Liu 4dc2daad8a CI: bump from node 18.x to 22.x [#606] (#614)
* CI: bump from node 18.x to 22.x [#606]

* update cloudflare wrangler version

* fix tests for node 22
2025-12-01 17:02:39 +08:00
..
2025-10-22 14:18:12 +08:00

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.