Skip to content

Commit

Permalink
chore(cli): Add workspaces property to config schema (denoland#23546)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Apr 24, 2024
1 parent a6c2472 commit 764f390
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cli/schemas/config-file.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,13 @@
"examples": [{ ".": "./mod.ts" }]
}
]
},
"workspaces": {
"type": "array",
"items": {
"type": "string"
},
"description": "The members of this workspace."
}
}
}

0 comments on commit 764f390

Please sign in to comment.