How do I bind my D1 data base to the app?
Hey All: just staring out with workers. Trying to get my first application linked with D1. I did create a binding however unable to bind it from the wrangler.tomlfile.


D1Databaseexport interface Env {
DB: D1Database
}