aboutsummaryrefslogtreecommitdiff
path: root/shadow-cljs.edn
blob: b0788ce74e8ffc4b15c3d235806a106151f7b02f (plain)
1
2
3
4
5
6
7
8
{:deps {:aliases [:frontend]}
 :dev-http {8080 "public"}
 :builds
 {:app
  {:target :browser
   :output-dir "public/js"
   :asset-path "/js"
   :modules {:main {:entries [tau.core]}}}}}