mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
add initial implementation of cloudflare worker
This commit is contained in:
10
serverless/cloudflare/package.json
Normal file
10
serverless/cloudflare/package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.14.42",
|
||||
"typescript": "^4.7.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "esbuild worker.ts --target=es2020 --outfile=dist/worker.js --format=esm --bundle --banner:js=//$(git describe --always)",
|
||||
"tsc": "tsc --noEmit --watch"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user