deerflow2/frontend/src/core/uploads/index.ts
luobo 1c0051c1db
fix(frontend): keep prompt attachments from breaking before upload (#1833)
* fix(frontend): preserve prompt attachment files during upload

* fix(frontend): harden prompt attachment fallback and tests

---------

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2026-04-04 14:54:35 +08:00

9 lines
153 B
TypeScript

/**
* File uploads module
*/
export * from "./api";
export * from "./file-validation";
export * from "./hooks";
export * from "./prompt-input-files";