mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: enable CI environment variable
This commit is contained in:
@@ -35,7 +35,8 @@
|
|||||||
:redef false}}
|
:redef false}}
|
||||||
:closure-defines {goog.debug.LOGGING_ENABLED true
|
:closure-defines {goog.debug.LOGGING_ENABLED true
|
||||||
frontend.config/ENABLE-PLUGINS #shadow/env ["ENABLE_PLUGINS" :as :bool :default true]
|
frontend.config/ENABLE-PLUGINS #shadow/env ["ENABLE_PLUGINS" :as :bool :default true]
|
||||||
frontend.config/ENABLE-FILE-SYNC-PRODUCTION #shadow/env ["ENABLE_FILE_SYNC_PRODUCTION" :as :bool :default true]}
|
frontend.config/ENABLE-FILE-SYNC-PRODUCTION #shadow/env ["ENABLE_FILE_SYNC_PRODUCTION" :as :bool :default true]
|
||||||
|
frontend.config/TEST #shadow/env ["CI" :as :bool :default false]}
|
||||||
|
|
||||||
;; NOTE: electron, browser/mobile-app use different asset-paths.
|
;; NOTE: electron, browser/mobile-app use different asset-paths.
|
||||||
;; For browser/mobile-app devs, assets are located in /static/js(via HTTP root).
|
;; For browser/mobile-app devs, assets are located in /static/js(via HTTP root).
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
|
|
||||||
(reset! state/publishing? publishing?)
|
(reset! state/publishing? publishing?)
|
||||||
|
|
||||||
(def test? false)
|
(goog-define TEST false)
|
||||||
|
(def test? TEST)
|
||||||
|
|
||||||
(goog-define ENABLE-FILE-SYNC-PRODUCTION false)
|
(goog-define ENABLE-FILE-SYNC-PRODUCTION false)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user