fix: createConnection() via public API (#384)

Fixes https://github.com/microsoft/playwright-mcp/issues/382
This commit is contained in:
Max Schmitt 2025-05-09 21:50:38 +02:00 committed by GitHub
parent 75f74a54bc
commit 65716b60dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 48 additions and 6 deletions

View file

@ -16,4 +16,4 @@
*/
import { createConnection } from './lib/index';
export default { createConnection };
export { createConnection };