I have a simple next.js 13 app (typescript) which needs to perform CRUD operations on D1. Currently, I only saw docs for connecting from workers. Is it possible from next.js? also, what about local development?
b
Better James
05/27/2023, 9:32 PM
Yes, you should be able to access your bindings on process.env when deployed to pages or using wrangler.
It's not possible to access them with