File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2828 org.clojure/core.async {:mvn/version " 1.6.673" }
2929 thheller/shadow-cljs {:mvn/version " 2.28.23" }
3030 expound/expound {:mvn/version " 0.8.6" }
31- com.lambdaisland/glogi {:mvn/version " 1.1.144" }
31+ com.lambdaisland/glogi {:git/url " https://github.com/lambdaisland/glogi"
32+ :git/sha " 30328a045141717aadbbb693465aed55f0904976" }
3233 binaryage/devtools {:mvn/version " 1.0.5" }
3334 camel-snake-kebab/camel-snake-kebab {:mvn/version " 0.4.3" }
3435 instaparse/instaparse {:mvn/version " 1.4.10" }
Original file line number Diff line number Diff line change 1111 logseq/db {:local/root " ../db" }
1212 logseq/common {:local/root " ../common" }
1313 ; ; stubbed via logseq.common.log
14- com.lambdaisland/glogi {:mvn/version " 1.1.144" }}
14+ com.lambdaisland/glogi {:git/url " https://github.com/lambdaisland/glogi"
15+ :git/sha " 30328a045141717aadbbb693465aed55f0904976" }}
1516
1617 :aliases
1718 ; ; This runs tests with nodejs. Would be nice to run this with in a browser env
Original file line number Diff line number Diff line change 4141 :redef false }}
4242 :build-hooks [(shadow.hooks/git-revision-hook " --long --always --dirty" )]
4343 :closure-defines {lambdaisland.glogi.console/colorize " false"
44+ lambdaisland.glogi.console/timestamp " true"
4445 goog.debug.LOGGING_ENABLED true
4546 frontend.modules.instrumentation.sentry/SENTRY-DSN #shadow/env " LOGSEQ_SENTRY_DSN"
4647 frontend.modules.instrumentation.posthog/POSTHOG-TOKEN #shadow/env " LOGSEQ_POSTHOG_TOKEN"
8283 :warnings {:fn-deprecated false
8384 :redef false }}
8485 :closure-defines {goog.debug.LOGGING_ENABLED true
85- lambdaisland.glogi.console/colorize " false" }
86+ lambdaisland.glogi.console/colorize " false"
87+ lambdaisland.glogi.console/timestamp " true" }
8688 :devtools {:watch-path " /static"
8789 :preloads [devtools.preload
8890 shadow.remote.runtime.cljs.browser]
141143 :build-hooks [(shadow.hooks/git-revision-hook " --long --always --dirty" )]
142144 :closure-defines
143145 {lambdaisland.glogi.console/colorize " false"
146+ lambdaisland.glogi.console/timestamp " true"
144147 goog.debug.LOGGING_ENABLED true
145148 frontend.modules.instrumentation.sentry/SENTRY-DSN #shadow/env " LOGSEQ_SENTRY_DSN"
146149 frontend.modules.instrumentation.posthog/POSTHOG-TOKEN #shadow/env " LOGSEQ_POSTHOG_TOKEN"
You can’t perform that action at this time.
0 commit comments