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
|
set -em
|
||||||
|
|
||||||
# source <(tea +curl.se)
|
PORT=$(tea get-port)
|
||||||
|
|
||||||
PORT=43873 #TODO find a port automatically!
|
|
||||||
|
|
||||||
openplayground run --port $PORT &
|
openplayground run --port $PORT &
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@ platforms: darwin
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ~3.11
|
python.org: ~3.11
|
||||||
gnu.org/bash: '*'
|
gnu.org/bash: '*'
|
||||||
|
tea.xyz: ^0
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue