enable update reference

This commit is contained in:
Alter-xyz
2025-05-19 10:57:11 +08:00
parent 3b81098a2f
commit 829a76c67f

View File

@@ -7,7 +7,7 @@ import sys
class Config:
# --- Feature Flags ---
UPDATE_REFERENCES = False
UPDATE_REFERENCES = True
# --- Path Setup ---
BASE_DIR = Path(__file__).resolve().parent.parent