0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00
penpot/exporter/scripts/wait-and-start.sh
2021-03-31 12:20:49 +02:00

5 lines
151 B
Bash
Executable file

#!/usr/bin/env bash
bb -i '(babashka.wait/wait-for-port "localhost" 9630)';
bb -i '(babashka.wait/wait-for-path "target/app.js")';
node target/app.js