as of wrangler 3.15.0 `wrangler d1` commands default to prod, and need to be passed `--local` to ru

as of wrangler 3.15.0
wrangler d1 commands default to prod, and need to be passed
--local
to run locally
wrangler dev
defaults to local, and needs be passed --remote to run against your prod db

could explain why it might seem inconsistent
Was this page helpful?