This commit is contained in:
2021-08-20 11:45:08 +02:00
parent 0518bcbfc5
commit d087bd5459
3 changed files with 0 additions and 72 deletions

18
run.sh
View File

@@ -1,18 +0,0 @@
set -e
cd /workspace/code//github/threefoldfoundation/www_threefold_io
#set +e
#source /workspace/codewiki/nvm.sh
#set -e
#nvm use --lts
#export PATH=/bin:$PATH
if [ -f vue.config.js ]; then
npm run-script serve
else
gridsome develop
fi