@kody/vercel
scripts/kody-runtime-mock.mjs
3 lines · 134 B · JavaScriptexport async function createAuthenticatedFetch() {
throw new Error('createAuthenticatedFetch should not run during dry-run tests')
}
Built for people who want to own their automations. Join the waitlist for an invite.
export async function createAuthenticatedFetch() {
throw new Error('createAuthenticatedFetch should not run during dry-run tests')
}