Files
eve-pi/run.conf
2025-10-10 11:59:30 +01:00

15 lines
267 B
Plaintext

# tmux-daemon.conf
# Configuration file for tmux-daemon.sh
# Session name
SESSION="eve-pi"
# Whether to attach to session after setup (0 or 1)
ATTACH_SESSION=0
# Commands to run (array format)
# Format: "workdir:::command" OR just "command"
CMDS=(
"bun dev"
)