mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
605371c5bb
Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io>
19 lines
406 B
YAML
19 lines
406 B
YAML
tasks:
|
|
- init:
|
|
make build
|
|
command: |
|
|
gp sync-done build
|
|
./prometheus --config.file=documentation/examples/prometheus.yml
|
|
- command: |
|
|
cd web/ui/react-app
|
|
gp sync-await build
|
|
unset BROWSER
|
|
export DANGEROUSLY_DISABLE_HOST_CHECK=true
|
|
yarn start
|
|
openMode: split-right
|
|
ports:
|
|
- port: 3000
|
|
onOpen: open-preview
|
|
- port: 9090
|
|
onOpen: ignore
|