Select the types of activity you want to include in your feed.
fix(windows): use correct path for component imports
The component imports used peek://components/ which doesn't exist in the protocol handler routes. The correct path is peek://app/components/ as components live in app/components/ directory.