Add and use build-configs.yaml

This commit is contained in:
Oliver Davies 2025-10-06 12:00:00 +01:00
parent 44ae28287f
commit c3cf2f249a
8 changed files with 83 additions and 27 deletions

13
storybook/watch Executable file
View file

@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -euo pipefail
export PATH="$PATH:./node_modules/.bin"
NODE_ENV="${NODE_ENV:-development}"
storybook dev \
--exact-port \
--no-open \
--port 6006 \
"$@"