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:
parent
08f12f4f6c
commit
6594a8e8b3
1 changed files with 6 additions and 0 deletions
6
deps.edn
Normal file
6
deps.edn
Normal 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"}}}
|
Loading…
Reference in a new issue