You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `<variant_hash>` ensures that each unique combination of build variants gets its own recipe directory, making it easy to compare different build configurations.
114
114
115
+
### Debugging JSON-RPC
116
+
117
+
You can find JSON version of your project model and requests/responses in the same directory alongside `recipe.yaml`.
118
+
We store:
119
+
120
+
- Project model: `project_model.json`
121
+
- Requests: `*_params.json`
122
+
- Responses: `*_response.json`
123
+
115
124
## 🔗 Useful Links
116
125
117
126
-[GitHub](https://github.com/prefix-dev/pixi): Pixi source code, feel free to leave a star!
0 commit comments