mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
chore: update goog-define vars
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
frontend.config/ENABLE-PLUGINS #shadow/env ["ENABLE_PLUGINS" :as :bool :default true]
|
||||
;; Set to switch file sync server to dev, set this to false in `yarn watch`
|
||||
frontend.config/ENABLE-FILE-SYNC-PRODUCTION #shadow/env ["ENABLE_FILE_SYNC_PRODUCTION" :as :bool :default true]
|
||||
frontend.config/ENABLE-RTC-SYNC-PRODUCTION #shadow/env ["ENABLE_RTC_SYNC_PRODUCTION" :as :bool :default true]
|
||||
frontend.config/REVISION #shadow/env ["LOGSEQ_REVISION" :default "dev"]} ;; set by git-revision-hook
|
||||
|
||||
;; NOTE: electron, browser/mobile-app use different asset-paths.
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
(goog-define REVISION "unknown")
|
||||
(defonce revision REVISION)
|
||||
|
||||
(def ENABLE-FILE-SYNC-PRODUCTION false)
|
||||
(goog-define ENABLE-FILE-SYNC-PRODUCTION false)
|
||||
|
||||
;; this is a feature flag to enable the account tab
|
||||
;; when it launches (when pro plan launches) it should be removed
|
||||
|
||||
Reference in New Issue
Block a user