Initial commit
This commit is contained in:
commit
7e37ce499b
7 changed files with 215 additions and 0 deletions
7
shadow-cljs.edn
Normal file
7
shadow-cljs.edn
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{:deps true
|
||||
:dev-http {8080 "resources/public"}
|
||||
:builds
|
||||
{:app {:target :browser
|
||||
:output-dir "resources/public/js"
|
||||
:asset-path "/js"
|
||||
:modules {:main {:entries [heyarne.all-my-friends.core]}} }} }
|
||||
Loading…
Add table
Add a link
Reference in a new issue