diff options
author | Joris | 2018-11-01 13:14:25 +0100 |
---|---|---|
committer | Joris | 2019-08-04 21:14:32 +0200 |
commit | 2741f47ef7b87255203bc2f7f7b2b9140c70b8f0 (patch) | |
tree | ea5f685cdf8f3de2efa1113325d45faaa90c977e /.tmuxinator.yml | |
parent | 86957359ecf54c205aee1c09e151172c327e987a (diff) |
Implementing client side validation
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index 2d52bb4..2a765c0 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -1,13 +1,14 @@ name: sharedCost +startup_window: app windows: - console: - clear - app: panes: - - client: - - make watch-client - server: - make watch-server + - client: + - make watch-client - db: - sqlite3 database |