mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
88fb5e7ab5
This upgrade also includes complete elimination of use spec from the backend codebase, completing the long running migration to fully use malli for validation and decoding.
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
|