wip
This commit is contained in:
parent
b5c1a12e33
commit
821092744f
1 changed files with 2 additions and 1 deletions
|
@ -12,9 +12,10 @@
|
||||||
:dev-http {8080 "public"}
|
:dev-http {8080 "public"}
|
||||||
:builds
|
:builds
|
||||||
{:test {:target :node-test
|
{:test {:target :node-test
|
||||||
:output-to "out/node-tests.js"
|
:output-to "target/node-tests.js"
|
||||||
:autorun true}
|
:autorun true}
|
||||||
:frontend {:target :browser
|
:frontend {:target :browser
|
||||||
|
:module-hash-names true
|
||||||
:modules {:main {:init-fn dda.masto-embed.app/init}}}}}
|
:modules {:main {:init-fn dda.masto-embed.app/init}}}}}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue