diff options
author | Joris | 2017-01-31 10:18:33 +0100 |
---|---|---|
committer | Joris | 2017-01-31 10:18:33 +0100 |
commit | 5b5c04315c4923ba4ea871db0c5be6f071442b9d (patch) | |
tree | e0f26bec755a5e71a8fa2cf700f93285bbf700d2 /.tmuxinator.yml | |
parent | b5f2ced2c742a7df3c077bf0013f88c1607beef9 (diff) |
Use public instead of src/resources
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) |