mirror of
https://github.com/penpot/penpot.git
synced 2025-01-02 04:40:09 -05:00
6594a8e8b3
Making clojure-lsp serve the whole repository when opened at the root in, say, Calva.
6 lines
No EOL
229 B
Clojure
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"}}} |