mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 16:19:27 +02:00
🎉 Add simple telemetry server module.
This commit is contained in:
parent
4d9418e620
commit
707fa160e8
12 changed files with 433 additions and 309 deletions
|
@ -20,6 +20,7 @@
|
|||
[clojure.pprint :refer [pprint]]
|
||||
[clojure.repl :refer :all]
|
||||
[clojure.spec.alpha :as s]
|
||||
[clojure.spec.gen.alpha :as sgen]
|
||||
[clojure.test :as test]
|
||||
[clojure.tools.namespace.repl :as repl]
|
||||
[clojure.walk :refer [macroexpand-all]]
|
||||
|
@ -30,6 +31,7 @@
|
|||
|
||||
(defonce system nil)
|
||||
|
||||
|
||||
;; --- Benchmarking Tools
|
||||
|
||||
(defmacro run-quick-bench
|
||||
|
@ -68,7 +70,7 @@
|
|||
[]
|
||||
(alter-var-root #'system (fn [sys]
|
||||
(when sys (ig/halt! sys))
|
||||
(-> (main/build-system-config @cfg/config)
|
||||
(-> (main/build-system-config cfg/config)
|
||||
(ig/prep)
|
||||
(ig/init))))
|
||||
:started)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue