浏览代码

feat: Add devcontainer (#1126)

Kroese 3 月之前
父节点
当前提交
a995ecc174
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .devcontainer.json

+ 2 - 0
.devcontainer.json

@@ -1,4 +1,6 @@
 {
+  "name": "windows",
   "service": "windows",
+  "forwardPorts": ["8006"],
   "dockerComposeFile": "compose.yml"
 }