Skip to content

Commit 346658f

Browse files
committed
fix the build
1 parent 90447d8 commit 346658f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/content/docs/sandbox/api/ports.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ await sandbox.unexposePort(port: number): Promise<void>
6060

6161
- `port` - Port number to unexpose
6262

63-
<TypeScriptExample>``` await sandbox.unexposePort(8000); ```</TypeScriptExample>
63+
<TypeScriptExample>
64+
```ts
65+
await sandbox.unexposePort(8000);
66+
```
67+
</TypeScriptExample>
6468

6569
### `getExposedPorts()`
6670

@@ -156,4 +160,3 @@ initialized.add(sandboxId);
156160

157161
- [Preview URLs concept](/sandbox/concepts/preview-urls/) - How preview URLs work
158162
- [Commands API](/sandbox/api/commands/) - Start background processes
159-
```

0 commit comments

Comments
 (0)