This commit is contained in:
Saúl Ibarra Corretgé
2022-12-02 15:58:52 +00:00
committed by Saúl Ibarra Corretgé
parent 90e33ee799
commit 0ebac2ac6d

View File

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