Update configuration files
This commit is contained in:
parent
c3cf2f249a
commit
13b6653536
7 changed files with 58 additions and 36 deletions
10
storybook/.tmux-sessionizer
Executable file
10
storybook/.tmux-sessionizer
Executable 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 .
|
||||
Loading…
Add table
Add a link
Reference in a new issue