import { FileManager } from "@sealcode/file-manager"; import { UPLOADS_FS_DIR } from "./config.js"; export const TheFileManager = new FileManager( UPLOADS_FS_DIR, "/api/v1/uploaded-files" // this value comes from Sealious, currently not customizable );