feat: DOCX import (#1913)

This commit is contained in:
Philip Okugbe
2026-02-06 10:34:51 -08:00
committed by GitHub
parent 40b5346f9e
commit 2f97a3debc
4 changed files with 80 additions and 2 deletions
@@ -44,7 +44,7 @@ export class ImportController {
@AuthUser() user: User,
@AuthWorkspace() workspace: Workspace,
) {
const validFileExtensions = ['.md', '.html'];
const validFileExtensions = ['.md', '.html', '.docx'];
const maxFileSize = bytes('10mb');