Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 4 lines 143 B view raw
1// @refresh reload 2import { mount, StartClient } from '@solidjs/start/client'; 3 4mount(() => <StartClient />, document.getElementById('app')!);