From 776d7564721d896437d5a7ae119a447d3c64e27a Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 8 Mar 2024 18:11:05 -0500 Subject: [PATCH] fix(config): add unstable features as examples to config schema (#22814) --- cli/schemas/config-file.v1.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index 8b2b461346..9ae5679314 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",