fix(routing): avoid nested hashes in shared links (#1185)

This commit is contained in:
Tommaso Casaburi
2026-07-11 00:09:30 +07:00
committed by GitHub
parent 1e9cdab9a6
commit e5e46907d6
23 changed files with 184 additions and 96 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { copyPath, createTempWorkspace, findFirstMatchingPath, logStep, repoRoot
const OLD_VERSION = '0.7.1';
const NEW_VERSION = '0.7.3';
const SETTINGS_HASH = '#/all/settings#interface-settings';
const SETTINGS_HASH = '#/all/settings?section=interface-settings';
const MAC_ARCH = process.arch === 'x64' ? 'x64' : 'arm64';
const findPackagedMacApp = async () => {