improved dev.sh

This commit is contained in:
Yann Esposito (Yogsototh) 2021-11-02 16:09:09 +01:00
parent 7aa04bee54
commit fe1b6a0776
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 1 additions and 2 deletions

View File

@ -16,5 +16,4 @@ blue() { printf "$(tput setaf $blue)%s$(tput sgr0)" "$*" }
tee >(lorri watch | sed 's/^/[lorri] /' ) \
>(./engine/serve.sh | sed 's/^/[http] /') \
>(./engine/auto-build.sh | sed 's/^/[make] /') \
>(sleep 1 && open 'http://127.0.0.1:3000')
>(sleep 1 && open 'http://127.0.0.1:3077')