cloudflare / templates

A collection of starter templates and examples for Cloudflare Workers and Pages
https://cloudflareworkers.com
MIT License
999 stars 632 forks source link

worker-mysql build fail #142

Closed shiyuhang0 closed 1 year ago

shiyuhang0 commented 1 year ago

I failed to build worker-mysql

wrangler publish
✘ [ERROR] Build failed with 2 errors:

  dist/index.mjs:8:1790: ERROR: Top-level await is not available in the configured
  target environment ("es2020")
  dist/index.mjs:8:1809: ERROR: Top-level await is not available in the configured
  target environment ("es2020")