This commit is contained in:
2021-08-26 12:25:33 +00:00
parent 176e069265
commit 53f215e0cb
4 changed files with 60 additions and 1 deletions

13
run.sh Executable file
View File

@@ -0,0 +1,13 @@
source /home/gitpod/publisher/nvm.sh && nvm use --lts && export PATH=/home/gitpod/publisher/versions/node/v14.17.5/bin:$PATH
set -e
cd /workspace/www_threefold_io
if [ -f vue.config.js ]; then
npm run-script serve
else
gridsome develop
fi