I'm getting this error when I attempt to run things on a remote database: ``` A prepared SQL stat
I'm getting this error when I attempt to run things on a remote database:
A prepared SQL statement must contain only one statement. [code: 7500]--local
wrangler d1 execute?wrangler dev no longer possible?—remote flag shouldwrangler dev now runs fully-locally by default, using the open-source Cloudflare Workers runtime workerd.
To restore the previous behaviour of running on a remote machine with access to production data, use the new --remote flag.
The --local and --experimental-local flags have been deprecated, as this behaviour is now the default, and will be removed in the next major version.

meant to use silentwrangler pages dev --proxy [nuxt dev server port] -- pnpm dev but the context.cloudflare and process.env.[DB_BINDING] don't seem to exist when I try to access them in defineEventHandler(). I read the documentation but I'm still not clear on how exactly to approach this. Any guidance or examples would be appreciated.—D1=BINDING_NAME context.cloudflare.env is not populated.--local┌───────────────────┬──────────────────────────────────────┐
│ │ removed-removed-removed-removed- │
├───────────────────┼──────────────────────────────────────┤
│ name │ removed-worker-d1 │
├───────────────────┼──────────────────────────────────────┤
│ created_at │ 2023-09-09T03:49:34.773Z │
├───────────────────┼──────────────────────────────────────┤
│ version │ beta │
├───────────────────┼──────────────────────────────────────┤
│ num_tables │ 6 │
├───────────────────┼──────────────────────────────────────┤
│ running_in_region │ ENAM │
├───────────────────┼──────────────────────────────────────┤
│ database_size │ 2.59 MB │
├───────────────────┼──────────────────────────────────────┤
│ read_queries_24h │ 533 │
├───────────────────┼──────────────────────────────────────┤
│ write_queries_24h │ 755 │
└───────────────────┴──────────────────────────────────────┘--batch-size 1wrangler d1 execute—remotewrangler pages dev --proxy [nuxt dev server port] -- pnpm devcontext.cloudflareprocess.env.[DB_BINDING]defineEventHandler()—D1=BINDING_NAMEcontext.cloudflare.env