fix(config): add unstable features as examples to config schema (#22814)

This commit is contained in:
David Sherret 2024-03-08 18:11:05 -05:00 committed by GitHub
parent 119744c285
commit 0146abd9fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",