your database is already running beta, nothing to migrate?
your database is already running beta, nothing to migrate?

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:Internal error: failed to get DB size and num_tables?wrangler 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 commandInternal error: failed to get DB size and num_tables