`drizzle-kit studio` is unable to launch D1 db (prod, remote)
Steps to reproduce:
- Clone https://github.com/cjxe/nextjs-d1-drizzle-cloudflare-pages
- Follow
README.md. - Run
pnpm db:studio:local. Verify that viewing the local d1 db is fine. - Run
pnpm db:studio:prod. Verify that drizzle-kit is unable to view the d1 prod remote db.
drizzle.config.ts: https://github.com/cjxe/nextjs-d1-drizzle-cloudflare-pages/blob/main/drizzle.config.ts