mirror of
https://github.com/coder/code-server.git
synced 2025-07-31 22:13:52 +08:00
Convert to node-pty-prebuilt
This commit is contained in:
@ -22,6 +22,11 @@ module.exports = merge(
|
||||
__dirname: false,
|
||||
setImmediate: false
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
"node-pty": "node-pty-prebuilt",
|
||||
},
|
||||
},
|
||||
externals: ["tslib", "trash"],
|
||||
entry: "./packages/server/src/cli.ts",
|
||||
plugins: [
|
||||
|
Reference in New Issue
Block a user