Re-add and use build-configs.yaml

This commit is contained in:
Oliver Davies 2025-10-06 01:10:57 +01:00
parent 4bdfb3c8a0
commit 44ae28287f
12 changed files with 49 additions and 196 deletions

View file

@ -1,5 +1,9 @@
#!/usr/bin/env bash
set -uexo pipefail
set -euo pipefail
vendor/bin/sculpin generate --watch --server "$@"
export PATH="$PATH:./vendor/bin"
: "${APP_ENV:=prod}"
sculpin generate --env "$APP_ENV" "$@"