diff --git a/deps.edn b/deps.edn new file mode 100644 index 000000000..123d34a40 --- /dev/null +++ b/deps.edn @@ -0,0 +1,6 @@ +;; This file exists to make clojure-lsp serve the whole repository +{:deps + {dev/frontend {:local/root "frontend"} + dev/backend {:local/root "backend"} + dev/common {:local/root "common"} + dev/exporter {:local/root "exporter"}}} \ No newline at end of file