Files
grafana/scripts/grafana-server/variables
Kevin Minehart 2d2d6d1ad5 [release-11.6.5] Update npm build in daggerbuild & revert some script changes (#109352)
* update daggerbuild/frontend/npm.go

* combine lerna commands

* revert scripts changes
2025-08-07 13:09:33 -05:00

11 lines
222 B
Bash

#!/bin/bash
DEFAULT_RUNDIR=scripts/grafana-server/tmp
RUNDIR=${RUNDIR:-$DEFAULT_RUNDIR}
DEFAULT_ARCH=
HOME_PATH=$PWD/$RUNDIR
PIDFILE=$RUNDIR/pid
PROV_DIR=$RUNDIR/conf/provisioning
DEFAULT_HOST=localhost
DEFAULT_PORT=3001