blob: 58bc8d4f320c5c211193c4254bb8dc63e1f7fe71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
name: tabata-timer
startup_window: main
windows:
- console:
- clear
- main:
panes:
- ocaml:
- ./dev watch-ocaml
- js:
- ./dev watch-js
- server:
- python -m http.server --directory public
|