fix: createConnection() via public API (#384)
Fixes https://github.com/microsoft/playwright-mcp/issues/382
This commit is contained in:
parent
75f74a54bc
commit
65716b60dd
4 changed files with 48 additions and 6 deletions
2
index.js
2
index.js
|
|
@ -16,4 +16,4 @@
|
|||
*/
|
||||
|
||||
import { createConnection } from './lib/index';
|
||||
export default { createConnection };
|
||||
export { createConnection };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue