0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-02 04:40:09 -05:00
penpot/deps.edn
Peter Strömberg 6594a8e8b3 🔧 Add dev deps.edn in the project root
Making clojure-lsp serve the whole repository when opened at the root
in, say, Calva.
2023-11-15 10:55:39 +01:00

6 lines
No EOL
229 B
Clojure

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