diff options
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index f9063a4..1ffa362 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -9,6 +9,6 @@ windows: - sbt - ~fastOptJS - server: - - (cd public; python -m http.server 9000) + - webfsd -F -r public -f index.html -p 9000 - cover: - cd public/cover |