- Refactored file upload utilities to use async functions for better handling of file metadata. - Introduced MIME type detection using the file-type library. - Updated file service methods to await metadata retrieval. - Added new dependencies for file-type and updated package.json accordingly. - Removed deprecated file handling code from utils and adjusted imports across services.
4 lines
135 B
TypeScript
4 lines
135 B
TypeScript
export * from "./file-upload.service";
|
|
export * from "./sites-file.service";
|
|
export * from "./file.service";
|
|
export * from "./helper";
|