diff options
Diffstat (limited to 'cli/schemas')
-rw-r--r-- | cli/schemas/config-file.v1.json | 7 |
1 files changed, 7 insertions, 0 deletions
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": [ { |