feat: integrate with flysystem for xml data

This commit is contained in:
Björn Fromme
2025-03-28 09:20:46 +01:00
parent 42b7c2b546
commit a92832f069
11 changed files with 601 additions and 21 deletions
-2
View File
@@ -10,7 +10,6 @@ add('shared_dirs', [
'uploads',
'var/log',
'var/sessions',
'xmlexport',
]);
add('shared_files', [
@@ -52,7 +51,6 @@ $rsyncOptions = [
'temp/*',
'tests/',
'uploads/',
'xmlexport/',
'var/',
],
'exclude-file' => false,