mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
5 lines
151 B
Bash
Executable file
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
|