Skip to content

Commit 1cc28da

Browse files
committed
pnpm run format
1 parent 33c5f61 commit 1cc28da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

vite.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ async function ensurePortBindable(host: string, port: number): Promise<void> {
172172
' This is more secure and follows best practices.\n',
173173
'Option 2 (Quick fix): Grant Node.js permission to bind to privileged ports',
174174
chalk.blue.bold(` sudo setcap 'cap_net_bind_service=+ep' $(which node)\n`),
175-
chalk.yellow.bold(' ⚠️ Security note: This allows Node to bind to ANY port below 1024.'),
175+
chalk.yellow.bold(
176+
' ⚠️ Security note: This allows Node to bind to ANY port below 1024.'
177+
),
176178
chalk.yellow.bold(' Only use this in trusted development environments.'),
177179
].join('\n');
178180
} else if (platform === 'darwin') {

0 commit comments

Comments
 (0)