diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,3 +6,7 @@ create_serial_port: kill_serial_port: pkill socat + +run: + DEVELOPMENT=1 INSTANCE=primary rye run splitscreen_duo & + DEVELOPMENT=1 INSTANCE=secondary rye run splitscreen_duo & |