This commit is contained in:
Saúl Ibarra Corretgé 2022-12-02 15:58:52 +00:00
parent c56db8af77
commit e95f2f7341
1 changed files with 1 additions and 1 deletions

View File

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