1
0
Fork 0

Make wildcard path repos more visible in docs, fixes #11732

pull/11762/head
Jordi Boggiano 2023-12-19 15:28:16 +01:00
parent 8410643e65
commit 83f831b011
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 2 additions and 2 deletions

View File

@ -738,7 +738,7 @@ monolithic repository.
"repositories": [ "repositories": [
{ {
"type": "path", "type": "path",
"url": "../../packages/my-package", "url": "../../packages/*",
"options": { "options": {
"symlink": false "symlink": false
} }
@ -772,7 +772,7 @@ The following modes exist:
"repositories": [ "repositories": [
{ {
"type": "path", "type": "path",
"url": "../../packages/my-package", "url": "../../packages/*",
"options": { "options": {
"reference": "config" "reference": "config"
} }