Skip to content

Commit 9e3e186

Browse files
authored
fix(next): externalize playwright and ws (#2352)
1 parent 821d127 commit 9e3e186

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/sim/next.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ const nextConfig: NextConfig = {
7979
'pino',
8080
'pino-pretty',
8181
'thread-stream',
82+
'ws',
8283
],
84+
outputFileTracingIncludes: {
85+
'/api/tools/stagehand/*': ['./node_modules/ws/**/*'],
86+
},
8387
experimental: {
8488
optimizeCss: true,
8589
turbopackSourceMaps: false,

0 commit comments

Comments
 (0)