move code of filemanagerApp into filemanager.ts imported by filemanager and collabora app.ts

this should fix the problem that filemanager does not load because collabora/js/app imports filemanager/js/app which has no cache-buster and therefore fails to include old / no longer existing chunks
EGroupware takes care of cache-busters for all app/js/app.js while rollup uses it's chunks to do so for all other imports
This commit is contained in:
Ralf Becker 2021-12-11 09:47:16 +02:00
parent d7a001cef0
commit 9ff7e3a22f
2 changed files with 1449 additions and 1431 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff