blob: 2a765c0ce1b71f62c6a5a47f111cc41b61ff0a07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
name: sharedCost
startup_window: app
windows:
- console:
- clear
- app:
panes:
- server:
- make watch-server
- client:
- make watch-client
- db:
- sqlite3 database
|