fixing figwheel

This commit is contained in:
Bryce Covert
2019-04-02 21:44:12 -07:00
parent 55fb386376
commit c28be9919a
7 changed files with 45 additions and 53 deletions

5
figwheel-main.edn Normal file
View File

@@ -0,0 +1,5 @@
{:watch-dirs ["src/cljs"]
:css-dirs ["resources/public/css"]
:ring-server-options {:port 3449}
:ring-handler auto-ap.handler/app
:open-url false}