mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Expose dev server to external/proxy by binding to 0.0.0.0 and setting explicit port
cgen-8a602fce9fed4994910fafcf53fdec91
This commit is contained in:
parent
557ca20eb5
commit
dfd2848f76
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ module.exports = {
|
|||
"X-Requested-With, content-type, Authorization",
|
||||
},
|
||||
allowedHosts: "all",
|
||||
host: "0.0.0.0",
|
||||
port: 8080,
|
||||
watchFiles: [],
|
||||
},
|
||||
module: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue