File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,13 @@ Make a request for `/TILESET.json` to verify TileJSON is served.
4949
50501 . Clone the [ PMTiles repository] ( https://github.com/protomaps/PMTiles ) and change to the ` serverless/cloudflare ` directory.
5151
52- 2 . ` npm install ` in ` PMTiles/js ` to get the dependencies of the core JS library .
52+ 2 . ` npm install ` in ` PMTiles/serverless/cloudflare ` .
5353
54- 3 . Also ` npm install ` in ` PMTiles/serverless/cloudflare ` .
54+ 3 . Copy ` wrangler.toml.example ` to ` wrangler.toml ` .
5555
56- 4 . Copy ` wrangler.toml.example ` to ` wrangler.toml ` .
56+ 4 . Edit ` wrangler.toml ` , replacing ` my-bucket-development ` and ` my-bucket-production ` with your bucket .
5757
58- 5 . Edit ` wrangler.toml ` , replacing ` my-bucket-development ` and ` my-bucket-production ` with your bucket.
59-
60- 6 . Publish the worker: ` npm run deploy `
58+ 5 . Publish the worker: ` npm run deploy `
6159
6260After the deploy, the ` *.workers.dev ` subdomain will be printed.
6361
You can’t perform that action at this time.
0 commit comments