wrangler.toml 338 B

123456789101112131415
  1. name = "atlas-geolocation-worker"
  2. type = "javascript"
  3. account_id = ""
  4. route = ""
  5. compatibility_date = "2022-06-15"
  6. workers_dev = true
  7. [build]
  8. command = "yarn install --immutable && yarn build"
  9. [build.upload]
  10. format = "service-worker"
  11. [env.production]
  12. zone_id = "9b5baa89abf2e9aecd90951a5d561f04"
  13. routes = ["geolocation.joystream.org/"]