From 764f3901631099c87577c898536f57be3038c150 Mon Sep 17 00:00:00 2001 From: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:56:23 -0400 Subject: chore(cli): Add workspaces property to config schema (#23546) --- cli/schemas/config-file.v1.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli') diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index a3bab7ad5..a4fb35bc4 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -597,6 +597,13 @@ "examples": [{ ".": "./mod.ts" }] } ] + }, + "workspaces": { + "type": "array", + "items": { + "type": "string" + }, + "description": "The members of this workspace." } } } -- cgit v1.2.3