chore(justfile): adjust sync logic

This commit is contained in:
2025-12-10 22:30:45 +08:00
parent b5c6d12674
commit 4781072408

View File

@@ -1,5 +1,5 @@
sync-js:
rsync --delete -r --exclude=config ./src/ "$(cygpath -u $DST_KJS_DIR)/"
rsync -av --delete -r --exclude=config --exclude=probe ./src/ "$(cygpath -u $DST_KJS_DIR)/"
sync-log:
rsync --delete -r "$(cygpath -u $DST_LOG_DIR)/" ./logs/
sync-logs:
rsync -av --delete -r "$(cygpath -u $DST_LOG_DIR)/" ./logs/