Keep several project files in user folder - Steps 5A-E (#684)

This commit is contained in:
Ary
2024-01-06 13:24:48 -07:00
committed by GitHub
parent c889d00e6b
commit 65a5aaa665
7 changed files with 324 additions and 1 deletions
+1
View File
@@ -73,6 +73,7 @@ const testDbStartDirectory = isTest ? '../' : getAppDataPath();
export const externalsStartDirectory = isProduction ? getAppDataPath() : join(currentDirectory, 'external');
export const lastLoadedProjectConfigPath = join(getAppDataPath(), 'config.json');
export const uploadsFolderPath = join(getAppDataPath(), 'uploads');
let lastLoadedProject;