package json

This commit is contained in:
2021-08-13 06:50:33 +00:00
parent 24994e3bc0
commit 9fdad69dd1
4 changed files with 84 additions and 13 deletions

20
run.sh
View File

@@ -1,2 +1,18 @@
#!/bin/bash
bash /workspace/data_threefold/gitpod_scripts/run.sh
set -e
cd /home/gitpod/codewww/github/threefoldfoundation/www_threefold_io/development
#set +e
#source /home/gitpod/.publisher/nvm.sh
#set -e
#nvm use --lts
export PATH=/home/gitpod/.publisher/versions/node/v14.17.0/bin:$PATH
if [ -f vue.config.js ]; then
npm run-script serve
else
gridsome develop
fi