Re-add and use build-configs.yaml
This commit is contained in:
parent
4bdfb3c8a0
commit
44ae28287f
12 changed files with 49 additions and 196 deletions
13
sculpin/watch
Executable file
13
sculpin/watch
Executable 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 \
|
||||
"$@"
|
Loading…
Add table
Add a link
Reference in a new issue