Backup Dyad on new versions (#595)

This commit is contained in:
Will Chen
2025-07-08 11:38:06 -07:00
committed by GitHub
parent b6fd985d99
commit dfdd267f53
11 changed files with 693 additions and 35 deletions

View File

@@ -27,7 +27,7 @@ const DEFAULT_SETTINGS: UserSettings = {
const SETTINGS_FILE = "user-settings.json";
function getSettingsFilePath(): string {
export function getSettingsFilePath(): string {
return path.join(getUserDataPath(), SETTINGS_FILE);
}