summaryrefslogtreecommitdiff
path: root/cli/schemas
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-08-20 10:11:43 -0400
committerGitHub <noreply@github.com>2024-08-20 14:11:43 +0000
commitf1c58ec041a05276d9f33562a5843c0bb7fb95b3 (patch)
treedc4bca4eab617e75474e19a7491ed88d5ee64fef /cli/schemas
parent19bcb40059f6ba730b6d05d8edf005c6b40f6ff8 (diff)
feat(unstable): ability to use a local copy of jsr packages (#25068)
Diffstat (limited to 'cli/schemas')
-rw-r--r--cli/schemas/config-file.v1.json7
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": [
{