Add nitrate to tmux devenv

This commit is contained in:
Pablo Alba 2025-11-27 17:14:35 +01:00
parent 643ea80486
commit df834f2e90
1 changed files with 5 additions and 0 deletions

View File

@ -41,4 +41,9 @@ tmux select-window -t penpot:3
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