🆙 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

@@ -33,7 +33,7 @@ async function main() {
const serverArgs = process.argv.slice(2).filter(v => v !== '--launch');
const addr = await startServer(serverArgs);
if (args['launch']) {
open(addr);
open.default(addr);
}
}