Skip to content

Commit 4831f42

Browse files
authored
chore: update smithery config
1 parent b2046fe commit 4831f42

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

smithery.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)