summaryrefslogtreecommitdiff
path: root/systems/_constants
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-15 18:19:59 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-15 18:19:59 +0800
commitcc9bf0e13d75b9938b67da5df8135369374dc36d (patch)
tree37cb07d05ddfdfe7333de59e41d08c83351c92e3 /systems/_constants
parentd942ec50ff68f36c2641becdd6f32a95ab3f4325 (diff)
Add ID mapping system for local/remote index source conversion
Diffstat (limited to 'systems/_constants')
-rw-r--r--systems/_constants/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/_constants/src/lib.rs b/systems/_constants/src/lib.rs
index bea8fa8..b9d313c 100644
--- a/systems/_constants/src/lib.rs
+++ b/systems/_constants/src/lib.rs
@@ -133,6 +133,7 @@ pub mod workspace {
c! { VAULT_MIRROR = ".jv/UPSTREAM/" }
c! { LOCAL_SHEETS = ".jv/sheets/{account}/" }
c! { DRAFT_AREA = ".jv/drafts/{account}_{sheet}/" }
+ c! { ID_MAPPING = ".jv/idmp/" }
c! { WORKING_AREA = "" }
}
}