Top Level await issue with latest Drizzle@0.28.1, mysql2, planetscale

We are getting this error when following the release notes recommended setup for pscale/mysql:
[ERROR] Top-level await is not available in the configured target environment ("node14")
remix-app:dev:
remix-app:dev:     ../../packages/db/index.ts:18:19:
remix-app:dev:       18 │ const connection = await mysql.createConnection({
Was this page helpful?