mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
The `tauri info` command displays the directories in the application dir. It only displays 1 directory deep, but the function finding them recurses all subdirectories. Limiting finding directories to 1 layer deep significantly reduces time to display the folder from 9900ms to 4ms on my machine.