Skip to content

How Launch Works

  • first, the app loads recent path from the local storage by using the LazyStore API from tauri
    • checks if the “recent path” data schema matches the latest zod schema defined in apps/app/src/lib/user_activity.ts
      • if valid,
        • it loads the last last_accessed path and builds the file tree
      • if not valid,
        • it clears the LazyStore
        • open folder selection dialog box