fix: preserve remote sync references (#1092)

This commit is contained in:
ZacharyZcR
2026-07-28 01:47:25 +08:00
committed by GitHub
parent 4a7117b67f
commit 113eb5619c
4 changed files with 244 additions and 7 deletions
+4 -4
View File
@@ -16,12 +16,12 @@ const fs = require("fs");
const path = require("path");
const SYNCED_ENTITY_TYPES = [
"hosts",
"sshCredentials",
"sshFolders",
"snippets",
"snippetFolders",
"vaultProfiles",
"sshFolders",
"snippetFolders",
"hosts",
"snippets",
"dashboardServiceLinks",
"homepageItems",
];