diff options
Diffstat (limited to 'cli/schemas')
-rw-r--r-- | cli/schemas/config-file.v1.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index a4fb35bc4..a18894016 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -549,24 +549,24 @@ "type": "array", "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" - ] + "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", |