Restrict sandbox port to local #2252
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ export default async function startSandbox() {
|
|||
});
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
sandbox.listen(port, () => console.log(`Sandbox listening on port ${port}.`));
|
||||
sandbox.listen(port, 'localhost', () => console.log(`Sandbox listening on port ${port}.`));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue