🆙 open@^10.1.2 (#250980)

This commit is contained in:
Benjamin Pasero
2025-06-09 07:50:40 +02:00
committed by GitHub
parent c5ccd47aff
commit 1a41ff6c36
6 changed files with 110 additions and 31 deletions

View File

@@ -80,7 +80,7 @@ async function main() {
startServer(serverArgs);
if (openSystemBrowser) {
open(`http://${HOST}:${PORT}/`);
open.default(`http://${HOST}:${PORT}/`);
}
}