mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
use npx get-port
to get a free port
This commit is contained in:
parent
3235fb8e8b
commit
bc3aca83e4
|
@ -2,9 +2,7 @@
|
|||
|
||||
set -em
|
||||
|
||||
# source <(tea +curl.se)
|
||||
|
||||
PORT=43873 #TODO find a port automatically!
|
||||
PORT=$(tea get-port)
|
||||
|
||||
openplayground run --port $PORT &
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ platforms: darwin
|
|||
dependencies:
|
||||
python.org: ~3.11
|
||||
gnu.org/bash: '*'
|
||||
tea.xyz: ^0
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue