From f1c58ec041a05276d9f33562a5843c0bb7fb95b3 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 20 Aug 2024 10:11:43 -0400 Subject: feat(unstable): ability to use a local copy of jsr packages (#25068) --- cli/schemas/config-file.v1.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/schemas') diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index e74df9f2f..adfe3b0c2 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -608,6 +608,13 @@ } ] }, + "patch": { + "type": "array", + "items": { + "type": "string" + }, + "description": "UNSTABLE: List of relative paths to folders containing JSR packages to use local versions of." + }, "workspace": { "oneOf": [ { -- cgit v1.2.3