summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/schemas/config-file.v1.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json
index 8b2b46134..9ae567931 100644
--- a/cli/schemas/config-file.v1.json
+++ b/cli/schemas/config-file.v1.json
@@ -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",