You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could consider providing a simpler path towards modularisation by injecting the various handlers (kv, r2, d1, etc.) so that provisionBindings and runProvisioningFlow stay agnostic?
I was thinking something like this:
You could then define the
kvHandler
in the kv folder, e.g./src/kv/provision.ts
:And finally, create the provisioner with all the required handlers:
Originally posted by @andyjessop in #7427 (comment)
The text was updated successfully, but these errors were encountered: