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 ec56e7d..95fc426 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -9,4 +9,4 @@ windows: - sbt - ~fastOptJS - server: - - (cd target/scala-2.12; python -m http.server 9000) + - (cd public; python -m http.server 9000) |