mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: rm file graph config from user config
Also remove unused helpers for file config keys and file graph code in mobile.intent. These removals also result in removing frontend.common.file.util as it's no longer used
This commit is contained in:
3
deps/outliner/src/logseq/outliner/cli.cljs
vendored
3
deps/outliner/src/logseq/outliner/cli.cljs
vendored
@@ -5,7 +5,6 @@
|
||||
["path" :as node-path]
|
||||
[borkdude.rewrite-edn :as rewrite]
|
||||
[clojure.string :as string]
|
||||
[logseq.common.config :as common-config]
|
||||
[logseq.db :as ldb]
|
||||
[logseq.db.common.sqlite-cli :as sqlite-cli]
|
||||
[logseq.db.sqlite.build :as sqlite-build]
|
||||
@@ -43,8 +42,6 @@
|
||||
(cond-> (or (some-> (find-on-classpath classpath "templates/config.edn") fs/readFileSync str)
|
||||
(do (println "Setting graph's config to empty since no templates/config.edn was found.")
|
||||
"{}"))
|
||||
true
|
||||
(common-config/create-config-for-db-graph)
|
||||
additional-config
|
||||
(pretty-print-merge additional-config))
|
||||
git-sha (get-git-sha)]
|
||||
|
||||
Reference in New Issue
Block a user