mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
6 lines
160 B
Bash
Executable file
6 lines
160 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")';
|
|
sleep 2;
|
|
node target/app.js
|