adapter-static, but I want to use Cloudflare D1 for database queries. I created the D1 database using pnpm wrangler d1 create, and everything seems fine.platform.env.DB is not found. Since adapter-static generates a fully static site, is there any way to still use D1 in this setup?adapter-cloudflare, or is there another way to access D1 while keeping adapter-static? Any guidance would be appreciated.