export type File = { path: string; content: string; };