mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 05:08:23 +02:00
feat: improve backend devlopment namespaces
This commit is contained in:
parent
7adc4e3d01
commit
66fc0e68a4
5 changed files with 65 additions and 50 deletions
|
@ -10,8 +10,8 @@ tmux send-keys -t uxbox 'npm run start' enter
|
|||
tmux new-window -t uxbox:2 -n 'backend'
|
||||
tmux select-window -t uxbox:2
|
||||
tmux send-keys -t uxbox 'cd uxbox/backend' enter C-l
|
||||
tmux send-keys -t uxbox 'bash ./scripts/fixtures.sh' enter C-l
|
||||
tmux send-keys -t uxbox 'bash ./scripts/run.sh' enter
|
||||
tmux send-keys -t uxbox 'clojure -Adev -m uxbox.fixtures' enter C-l
|
||||
tmux send-keys -t uxbox 'clojure -Adev:repl' enter
|
||||
|
||||
tmux new-window -t uxbox:3 -n 'services'
|
||||
tmux select-window -t uxbox:3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue