mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05: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",
|
"X-Requested-With, content-type, Authorization",
|
||||||
},
|
},
|
||||||
allowedHosts: "all",
|
allowedHosts: "all",
|
||||||
|
host: "0.0.0.0",
|
||||||
|
port: 8080,
|
||||||
watchFiles: [],
|
watchFiles: [],
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue