heyarne.rect-packing/shadow-cljs.edn
2022-02-19 19:23:30 +01:00

10 lines
329 B
Clojure

;; shadow-cljs configuration
{:deps {:aliases [:cljs]}
:dev-http {8080
{:root "resources/public"
:proxy-url "http://localhost:8081"}}
:builds
{:app {:target :browser
:output-dir "resources/public/js"
:asset-path "/js"
:modules {:main {:entries [heyarne.rect-packing.core]}}}}}