We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2046fe commit 4831f42Copy full SHA for 4831f42
1 file changed
smithery.config.js
@@ -0,0 +1,12 @@
1
+export default {
2
+ esbuild: {
3
+ // Mark problematic packages as external
4
+ external: ["playwright-core", "puppeteer-core"],
5
+
6
+ // Enable minification for production
7
+ minify: true,
8
9
+ // Set Node.js target version
10
+ target: "node18",
11
+ },
12
+};
0 commit comments