mirror of
https://github.com/edufeed-org/typesense-indexer.git
synced 2025-12-10 00:34:36 +00:00
Add build options including Docker
This commit is contained in:
parent
26bafba851
commit
d3e60e0179
3 changed files with 75 additions and 2 deletions
6
deps.edn
6
deps.edn
|
|
@ -1,4 +1,4 @@
|
|||
{:pahts ["src" "resources"]
|
||||
{:paths ["src" "resources"]
|
||||
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
|
||||
org.clojure/core.async {:mvn/version "1.6.673"}
|
||||
com.stuartsierra/component {:mvn/version "1.1.0"}
|
||||
|
|
@ -6,4 +6,6 @@
|
|||
http-kit/http-kit {:mvn/version "2.8.0"}
|
||||
net.clojars.laoc/nostr {:local/root "/home/laoc/coding/nostr-clj"}
|
||||
aero/aero {:mvn/version "1.1.6"}
|
||||
cheshire/cheshire {:mvn/version "5.10.0"}}}
|
||||
cheshire/cheshire {:mvn/version "5.10.0"}}
|
||||
:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.9.3"}}
|
||||
:ns-default build}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue