Browse Source

fixup!

factor2
Saúl Ibarra Corretgé 2 years ago
parent
commit
0ebac2ac6d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .devcontainer/devcontainer.json

+ 1
- 1
.devcontainer/devcontainer.json View File

@@ -11,5 +11,5 @@
11 11
     "memory": "8gb",
12 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
 }

Loading…
Cancel
Save