mirror of
https://github.com/penpot/penpot.git
synced 2026-05-04 23:59:12 +00:00
6 lines
151 B
Bash
Executable File
6 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
|