On Cloudflare d1, when I use the execute command, the table creation works when remote, but when loc
On Cloudflare d1, when I use the execute command, the table creation works when remote, but when local, I get an EOF error.
- wrangler version: 3.109.1 (install by bun)
- schema.sql
- wrangler.jsonc
- run command: wrangler d1 execute test-d1 --local --file=schema.sql (EOF ERROR)
- run command2: wrangler d1 execute test-d1 --remote --file=schema.sql (SUCCESS)
- what I tried: wrangler reinstall, bun cache ckear,


