From dc6f6c458995dac55cab7be365ced0972760a058 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Thu, 27 Nov 2025 17:14:35 +0100 Subject: [PATCH] :sparkles: Add nitrate to tmux devenv --- docker/devenv/files/start-tmux.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/devenv/files/start-tmux.sh b/docker/devenv/files/start-tmux.sh index 6418e0a86b..c4c6039cba 100755 --- a/docker/devenv/files/start-tmux.sh +++ b/docker/devenv/files/start-tmux.sh @@ -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