Add simple static file server
This commit is contained in:
parent
0043cb6a14
commit
5241cae418
4 changed files with 30 additions and 848 deletions
7
deps.edn
7
deps.edn
|
|
@ -1,4 +1,7 @@
|
|||
{:paths ["src"]
|
||||
{:paths ["src" "resources"]
|
||||
:deps {thheller/shadow-cljs {:mvn/version "2.8.109"}
|
||||
appliedscience/js-interop {:mvn/version "0.2.5"}
|
||||
reagent {:mvn/version "1.0.0-alpha1"}}}
|
||||
reagent {:mvn/version "1.0.0-alpha1"}
|
||||
|
||||
http-kit {:mvn/version "2.3.0"}
|
||||
compojure {:mvn/version "1.6.1"}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue