diff options
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index be3eac8..914bf4f 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -1,4 +1,4 @@ -name: sucre +name: glycemie windows: - main: @@ -7,4 +7,4 @@ windows: - # Empty - build: - webfsd -r public -f index.html -p 9000 - - npm install pulp && bower install && ./watch + - npm install && bower install && ./watch |