mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 03:31:39 +02:00
📎 Add performance related helpers.
This commit is contained in:
parent
327c095d79
commit
cbb3783d84
10 changed files with 767 additions and 54 deletions
|
@ -20,10 +20,17 @@
|
|||
{:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
|
||||
:main-opts ["-m" "antq.core"]}
|
||||
|
||||
:jvm-repl
|
||||
{:extra-deps
|
||||
{com.bhauman/rebel-readline {:mvn/version "RELEASE"}}
|
||||
:main-opts ["-m" "rebel-readline.main"]}
|
||||
|
||||
|
||||
:dev
|
||||
{:extra-paths ["dev"]
|
||||
:extra-deps
|
||||
{thheller/shadow-cljs {:mvn/version "2.16.10"}
|
||||
org.clojure/tools.namespace {:mvn/version "RELEASE"}
|
||||
cider/cider-nrepl {:mvn/version "0.27.4"}}}
|
||||
|
||||
:shadow-cljs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue