Skip to content

Commit

Permalink
add env variable to sse docs (#4557)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira committed Jul 16, 2020
1 parent 4a4a2c3 commit 6f2a918
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/homepage/content/docs/7-environment.md
Expand Up @@ -62,3 +62,11 @@ will cause the files shown in the Editor to become out of sync, such as manually
running `yarn add` or running `git` commands. We don't sync files and
directories that are ignored via `.gitignore`, and there is a sync limit of 10
files per second and a maximum file size of 2mb.

## How can I tell if I am in a container sandbox?

When you are in a container sandbox an environment variable called
`CODESANDBOX_SSE` will be available and you can always use it to check what your
current environment is.

https://codesandbox.io/s/codesandboxsse-example-spgyv

0 comments on commit 6f2a918

Please sign in to comment.