feat: add snapshot-based none VCS mode

This commit is contained in:
liujing
2026-07-17 11:50:53 +08:00
parent 758c41a953
commit b756a10c35
11 changed files with 1336 additions and 121 deletions
+2 -1
View File
@@ -53,6 +53,7 @@
"node": ">=20"
},
"dependencies": {
"fast-xml-parser": "^5.10.1"
"fast-xml-parser": "^5.10.1",
"ignore": "^7.0.6"
}
}