0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-02 04:40:09 -05:00

🔧 Add dev deps.edn in the project root

Making clojure-lsp serve the whole repository when opened at the root
in, say, Calva.
This commit is contained in:
Peter Strömberg 2023-11-13 14:25:49 +01:00 committed by Eva
parent 08f12f4f6c
commit 6594a8e8b3

6
deps.edn Normal file
View file

@ -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"}}}