chore: implementing import file from url which is not actually that?

This commit is contained in:
Kevin Nadro
2025-04-21 12:58:12 -05:00
parent e77b42f308
commit fbf94aaba9
7 changed files with 158 additions and 4 deletions

View File

@ -191,7 +191,7 @@ export function readLocalStorageAppSettingsFile():
}
}
function readLocalStorageProjectSettingsFile():
export function readLocalStorageProjectSettingsFile():
| DeepPartial<ProjectConfiguration>
| Error {
// TODO: Remove backwards compatibility after a few releases.