diff options
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index 95fc426..f9063a4 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -10,3 +10,5 @@ windows: - ~fastOptJS - server: - (cd public; python -m http.server 9000) + - cover: + - cd public/cover |