浏览代码

fixup!

factor2
Saúl Ibarra Corretgé 2 年前
父节点
当前提交
0ebac2ac6d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .devcontainer/devcontainer.json

+ 1
- 1
.devcontainer/devcontainer.json 查看文件

11
     "memory": "8gb",
11
     "memory": "8gb",
12
     "storage": "32gb" 
12
     "storage": "32gb" 
13
   },
13
   },
14
-  "postCreateCommand": "bash -i -c 'nvm use && npm install'"
14
+  "postCreateCommand": "bash -i -c 'nvm use && npm install && cp tsconfig.web.json tsconfig.json'"
15
 }
15
 }

正在加载...
取消
保存