feat: Added tmux support

This commit is contained in:
2026-03-31 20:36:52 +01:00
parent 9ee62e83e3
commit ac0d64dd5e

View File

@@ -27,5 +27,6 @@
]
}
},
"postCreateCommand": "cargo fetch"
"postCreateCommand": "tmux new-session -d -s dev 'cargo fetch'",
"postStartCommand": "tmux attach-session -t dev"
}