Patch Changes
-
#372
522076b
Thanks @dario-piotrowicz! - add "async mode" togetCloudflareContext
Add an
async
option togetCloudflareContext({async})
to run it in "async mode", the difference being that the returned value is a
promise of the Cloudflare context instead of the context itselfThe main of this is that it allows the function to also run during SSG (since the missing context can be created on demand).