mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
8 lines
186 B
Bash
Executable file
8 lines
186 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
export PENPOT_TENANT=dev
|
|
|
|
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
|