Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
feat: add nodejs_compat compatibility flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sor4chi committed Apr 14, 2024
1 parent c110d27 commit f7186d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/schema/src/inheritable-keys/capability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const compatibilityDateSchema = z.enum([
// ref: https://developers.cloudflare.com/workers/configuration/compatibility-dates/#compatibility-flags
export const compatibilityFlagsSchema = z.array(
z.enum([
"nodejs_compat",
"brotli_content_encoding",
"no_brotli_content_encoding",
"rpc",
Expand Down

0 comments on commit f7186d4

Please sign in to comment.