We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7053177 commit 1801f11Copy full SHA for 1801f11
docs/index.md
@@ -13,7 +13,7 @@ See the [automatically generated catalog](scripts/index.md) of all the MLC scrip
13
```mermaid
14
graph TD
15
A[env = incoming env + env_from_meta] -->B[Script]
16
- B -->|env - local_env_keys| C [List of Dependencies]
+ B -->|env - local_env_keys| C[List of Dependencies]
17
C --> D[Preprocess]
18
D -->|env - local_env_keys| E[Prehook dependencies]
19
E -->F[Run script]
0 commit comments