-
Notifications
You must be signed in to change notification settings - Fork 248
Update docs for 0.13 series #2312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Lucille Hua <[email protected]> Signed-off-by: John Lago <[email protected]>
@@ -36,14 +36,16 @@ Packages can be structured as a list of package names (`<packages>@<version>`) o | |||
|
|||
If you need to provide more options to your packages (such as limiting which platforms will install the package), you can structure packages as a map, where each package follows the schema below: | |||
|
|||
```json | |||
```js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be json?
docs/app/docs/env_variables.md
Outdated
|
||
The following is a list of Environment variables used by Devbox to manage your environment. Some of these variables are set by Devbox, while others can be used to manage how Devbox sets up your shell. | ||
|
||
Note that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs filling...
|
||
## Environment Variables for Managing Devbox | ||
|
||
Below are some environment variables that can be used to manage how Devbox sets up your shell. These variables can be set in your shell or in your `devbox.json` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or in your
devbox.json
file.
I don't think this is true. It must be set in the host shell environment.
Summary
--patch
flag and json configHow was it tested?
localhost,
devbox run -- pnpm build