chore: mv api cli fns to their own ns

Move to keep inline with recent api refactor.
Also more lint config for api
This commit is contained in:
Gabriel Horner
2025-10-22 15:26:51 -04:00
parent f8b4277e60
commit 22c1fa0c18
4 changed files with 63 additions and 50 deletions

View File

@@ -28,6 +28,7 @@
"Namespaces or parent namespaces _only_ for file graphs"
(mapv escape-shell-regex
["logseq.graph-parser.db" "logseq.graph-parser.property" "logseq.graph-parser.extract"
"logseq.api.file-based"
"frontend.handler.file-based" "frontend.handler.file-sync"
"frontend.db.file-based"
"frontend.util.file-based"
@@ -65,6 +66,7 @@
"src/main/frontend/components/query/view.cljs"
"src/main/frontend/inference_worker"
"src/main/logseq/api/db_based.cljs"
"src/main/logseq/api/db_based"
"src/electron/electron/db.cljs"
"src/main/mobile"]))