mirror of
https://github.com/penpot/penpot.git
synced 2025-01-04 13:50:12 -05:00
6 lines
229 B
Clojure
6 lines
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"}}}
|