Add interactive build to dev container
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd web
|
||||
yarn dev &
|
||||
|
||||
cd ..
|
||||
task -w
|
||||
tmux new-session -d -s watch 'cd web; yarn dev'
|
||||
tmux split-window;
|
||||
tmux send 'task -w run' ENTER;
|
||||
tmux split-window;
|
||||
tmux a;
|
Reference in New Issue
Block a user