Add Platform.sh required files

This commit is contained in:
Oliver Davies 2021-02-10 10:54:20 +00:00
parent 0c1321fed5
commit ab69190d8f
12 changed files with 379 additions and 6 deletions

4
.environment Normal file
View file

@ -0,0 +1,4 @@
unset NPM_CONFIG_PREFIX
export NO_UPDATE_NOTIFIER=1
export NVM_DIR="$PLATFORM_APP_DIR/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"