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

13
sculpin/watch Executable file
View file

@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -euo pipefail
export PATH="$PATH:./vendor/bin"
: "${APP_ENV:=dev}"
sculpin generate \
--env "$APP_ENV" \
--server \
--watch \
"$@"