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 40e5b25 commit 68b03d2Copy full SHA for 68b03d2
packages/sandpack/README.md
@@ -166,9 +166,9 @@ The second argument in the constructor of `Manager` is all sandbox info. It has
166
167
### Options Argument
168
169
-```ts
170
The third argument in the constructor of `Manager` is extra options. It has this structure:
171
+```ts
172
{
173
/**
174
* Location of the bundler. Defaults to `sandpack-${version}.codesandbox.io`
@@ -188,3 +188,5 @@ The third argument in the constructor of `Manager` is extra options. It has this
188
skipEval?: boolean;
189
}
190
```
191
+
192
+## Disclaimer
0 commit comments