diff options
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index 914bf4f..6dec166 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -6,5 +6,6 @@ windows: panes: - # Empty - build: + - fuser -k 9000/tcp - webfsd -r public -f index.html -p 9000 - npm install && bower install && ./watch |