Skip to content

Commit

Permalink
fix(config): add unstable features as examples to config schema (#22814)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored and nathanwhit committed Mar 14, 2024
1 parent 4999834 commit 776d756
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion cli/schemas/config-file.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,23 @@
"description": "List of unstable features to enable.",
"items": {
"type": "string"
}
},
"examples": [
"broadcast-channel",
"bare-node-builtins",
"byonm",
"cron",
"ffi",
"fs",
"http",
"kv",
"net",
"sloppy-imports",
"temporal",
"unsafe-proto",
"webgpu",
"worker-options"
]
},
"name": {
"type": "string",
Expand Down

0 comments on commit 776d756

Please sign in to comment.