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
let content = fs.readFileSync('Cloudflare_Workers/worker.mjs', 'utf8');
// If `handleSecurityProxy` was never defined, but simply called, it's a silent ReferenceError that only blows up when that exact route is hit. But esbuild might be smart enough to complain about it if it's not exported. Wait, esbuild didn't complain about it! It's just a runtime error if that route is hit.
// Let's implement handleSecurityProxy or remove it if it shouldn't be there.
// If it was added in #201, let's see what that PR was about.