Skip to content

Commit 5851b8a

Browse files
authored
fix: trust node-pty install scripts on linux (#1451)
Co-authored-by: smalitobules <207318034+smalitobules@users.noreply.github.com>
1 parent 3e2df5a commit 5851b8a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,8 @@
6969
"workerDirectory": [
7070
"apps/web/public"
7171
]
72-
}
72+
},
73+
"trustedDependencies": [
74+
"node-pty"
75+
]
7376
}

0 commit comments

Comments
 (0)