hm ... it would be good to be able to init some resources outside of a request handler .... but that

hm ... it would be good to be able to init some resources outside of a request handler .... but that's not supported?

const db = initFromEnv(env) 

export async function onRequestGet(context) {
    // use db
}
Was this page helpful?