aboutsummaryrefslogtreecommitdiff
path: root/shadow-cljs.edn
blob: 5937f86e7fe9106a02435bc3c80e4cce5e546f74 (plain)
1
2
3
4
5
6
7
8
9
{:deps {:aliases [:frontend]}
 :dev-http {8020 {:root      "resources/public"
                  :proxy-url "http://localhost:3000"}}
 :builds
 {:tubo
  {:target :browser
   :output-dir "resources/public/js"
   :asset-path "/js"
   :modules {:main {:init-fn tubo.core/init}}}}}