chore: add devcontainer.json (#2545)

* chore: add devcontainer.json

* Set sockPort: location
This commit is contained in:
ylemkimon
2020-09-29 02:38:19 +09:00
committed by GitHub
parent 5b76c0b585
commit 91113fb607
3 changed files with 16 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ katexConfig.devServer = {
disableHostCheck: true,
host: '0.0.0.0',
port: PORT,
sockPort: 'location',
stats: {
colors: true,
},