mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-05 23:14:46 -06:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
cd ./services/backend/
|
|
launch --hold --title "backend" go run .
|
|
|
|
new_tab frontend
|
|
cd ./services/frontend/
|
|
launch --hold yarn dev |