-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshadow-cljs.edn
35 lines (32 loc) · 1.93 KB
/
shadow-cljs.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{:deps {:aliases [:dev :test]}
:nrepl {:port 7002}
:builds {:app {:target :browser
:asset-path "js"
:output-dir "frontend/resources/public/js"
:dev {:build-hooks [(teknql.tailwind/start-watch!)]
:closure-defines
{re-frame.trace.trace-enabled? true
com.howard.uchat.core/debug-tools false
day8.re-frame.tracing.trace-enabled? true}}
:release {:build-hooks [(teknql.tailwind/compile-release!)]
:closure-defines
{com.howard.uchat.core/debug-tools false
com.howard.uchat.api/endpoint ""
}
:build-options
{:ns-aliases
{day8.re-frame.tracing day8.re-frame.tracing-stubs}}}
:tailwind/output "./frontend/resources/public/app.css"
:tailwind/files {:base-path "."
:tailwind.css "./frontend/resources/tw/style.css"}
:compiler-options {:infer-externs :auto}
:modules {:main {:entries [com.howard.uchat.core]
:init-fn com.howard.uchat.core/init}}
:devtools {:http-port 8021
:http-root "./frontend/resources/public/"
:after-load com.howard.uchat.core/re-render
:preloads [devtools.preload shadow.remote.runtime.cljs.browser
day8.re-frame-10x.preload]}}}}
:build-options
{:ns-aliases
{day8.re-frame.tracing day8.re-frame.tracing-stubs}}