Change backups to be user data scoped

This commit is contained in:
Cohee
2024-05-28 17:49:34 +03:00
parent 0024f96a99
commit e66b270811
6 changed files with 30 additions and 26 deletions

View File

@ -41,6 +41,7 @@ const USER_DIRECTORY_TEMPLATE = Object.freeze({
comfyWorkflows: 'user/workflows',
files: 'user/files',
vectors: 'vectors',
backups: 'backups',
});
/**