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
|`infiniteLoopProtection`| Whether we should throw an error if we detect an infinite loop |`true`/`false`|`true`|
32
32
|`hardReloadOnChange`| Whether we should refresh the sandbox page on every change, good for sandboxes with global state |`true`/`false`|`false`|
33
-
|`template`| Which sandbox template to use |[see here](https://github.com/codesandbox-app/codesandbox-importers/blob/master/packages/types/index.d.ts#L24-L39)| smart detection, w/ fallback to `create-react-app`|
34
-
|`view`| Which view to show first in the preview | Client: `browser`/`console`/`problems`/`tests`<br />Container: `browser`/`console`/`problems`/`terminal`|`browser`|
33
+
|`template`| Which sandbox template to use |[see here](https://github.com/codesandbox-app/codesandbox-importers/blob/master/packages/types/index.d.ts#L30-L54)| smart detection, w/ fallback to `create-react-app`|
34
+
| `view` | Which view to show first in the preview | Client: `browser`/`console`/`problems`/`tests`<br />Container: `browser`/`console`/`problems`/`terminal` | `browser`
35
35
|`container`| The container object contains the configurable port option, for example: `container: { port: 3212}`|
36
36
|`port`| The main port which the browser window listens to | 1024 - 65535 | First opened port inside the container. |
0 commit comments