mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 10:30:37 +09:00
Support binary portability files in UI and CLI
This commit is contained in:
parent
dbc9375256
commit
6d564e0539
5 changed files with 155 additions and 36 deletions
|
|
@ -27,7 +27,7 @@ const TREE_ROW_HEIGHT_CLASS = "min-h-9";
|
|||
// ── Helpers ───────────────────────────────────────────────────────────
|
||||
|
||||
export function buildFileTree(
|
||||
files: Record<string, string>,
|
||||
files: Record<string, unknown>,
|
||||
actionMap?: Map<string, string>,
|
||||
): FileTreeNode[] {
|
||||
const root: FileTreeNode = { name: "", path: "", kind: "dir", children: [] };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue