Skip to content

Commit 8a47b37

Browse files
authored
Create smithery.config.js (#84)
1 parent 962b68c commit 8a47b37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

browserbase/smithery.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* @type {import('esbuild').BuildOptions}
3+
*/
4+
export default {
5+
esbuild: {
6+
// Mark playwright-core as external to prevent bundling
7+
// This avoids the relative path resolution issue in Docker
8+
external: ["playwright-core"],
9+
}
10+
}

0 commit comments

Comments
 (0)