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 90447d8 commit 346658fCopy full SHA for 346658f
src/content/docs/sandbox/api/ports.mdx
@@ -60,7 +60,11 @@ await sandbox.unexposePort(port: number): Promise<void>
60
61
- `port` - Port number to unexpose
62
63
-<TypeScriptExample>``` await sandbox.unexposePort(8000); ```</TypeScriptExample>
+<TypeScriptExample>
64
+```ts
65
+await sandbox.unexposePort(8000);
66
+```
67
+</TypeScriptExample>
68
69
### `getExposedPorts()`
70
@@ -156,4 +160,3 @@ initialized.add(sandboxId);
156
160
157
161
- [Preview URLs concept](/sandbox/concepts/preview-urls/) - How preview URLs work
158
162
- [Commands API](/sandbox/api/commands/) - Start background processes
159
-```
0 commit comments