mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
e5c3c21e95
This adds object config for the workspace config: ```json { "workspace": { "members": ["./member-1", "./member-2"] } } ``` This is a more verbose version of `"workspace": ["./member-1", "./member-2"]`. Although we don't need it at the moment, it makes the naming of `"workspace"` more clear and leaves the object open for more config in the future. Closes https://github.com/denoland/deno/issues/24456 |
||
---|---|---|
.. | ||
config-file.v1.json | ||
kv-metadata-exchange-response.v1.json | ||
module-graph.json | ||
registry-completions.v1.json | ||
registry-completions.v2.json |