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
feat: prepend @ts-nocheck header to generated worker files
Adds "// @ts-nocheck: auto-generated worker file" at the top of every
worker file written to .workers/. Strips any existing header before
patching to prevent duplication in nested worker scenarios.
0 commit comments