mirror of https://github.com/penpot/penpot.git
✨ Add nitrate to tmux devenv
This commit is contained in:
parent
315b4d5fcc
commit
1828485d33
|
|
@ -50,4 +50,9 @@ tmux select-window -t penpot:4
|
|||
tmux send-keys -t penpot 'cd penpot/backend' enter C-l
|
||||
tmux send-keys -t penpot './scripts/start-dev' enter
|
||||
|
||||
tmux new-window -t penpot:5 -n 'nitrate'
|
||||
tmux select-window -t penpot:5
|
||||
tmux send-keys -t penpot 'cd penpot/penpot-nitrate' enter C-l
|
||||
tmux send-keys -t penpot 'pnpm dev --host' enter
|
||||
|
||||
tmux -2 attach-session -t penpot
|
||||
|
|
|
|||
Loading…
Reference in New Issue