is this `wrangler d1 execute`?
is this
wrangler d1 execute?wrangler d1 executewrangler 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.npm run build && npx wrangler d1 migrations apply db-namelocal flag but otherwise follow this - https://developers.cloudflare.com/d1/learning/local-development/#develop-locally-with-pages
npm run build && npx wrangler d1 migrations apply db-name and got error:—remotewrangler pages dev --proxy [nuxt dev server port] -- pnpm devcontext.cloudflareprocess.env.[DB_BINDING]defineEventHandler()—D1=BINDING_NAMEcontext.cloudflare.envnpm run build && npx wrangler d1 migrations apply db-namenpm run build && npx wrangler d1 migrations apply db-namelocalFailed: Error while executing user command. Exited with error code: 1
Failed: build command exited with code: 1
Failed: error occurred while running build command