Update configuration files

This commit is contained in:
Oliver Davies 2025-10-10 02:33:03 +01:00
parent c3cf2f249a
commit 13b6653536
7 changed files with 58 additions and 36 deletions

10
storybook/.tmux-sessionizer Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
: "${NODE_ENV:=development}"
tmux new-window -dn scratch
tmux new-window -dn server
tmux send-keys -t server "./watch" Enter
nvim .