(resolve-workspace-context!)(resolve-workspace-context! dir)A helper function for resolving the workspace context. This combines:
Returns a map containing:
:root - The project root:config - The workspace config:packages - The packages graphWill throw an exception if the project root cannot be resolved, if anything is incorrectly configured, or fails to resolve.
A helper function for resolving the workspace context. This combines: 1. Finding the project root 2. Resolving the kmono workspace config for the project 3. Resolving the initial package graph Returns a map containing: - `:root` - The project root - `:config` - The workspace config - `:packages` - The packages graph Will throw an exception if the project root cannot be resolved, if anything is incorrectly configured, or fails to resolve.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |