WIP PWA for Grain
0
fork

Configure Feed

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

at main 4 lines 186 B view raw
1export const config = { 2 // Set your quickslice GraphQL endpoint here 3 apiEndpoint: import.meta.env.VITE_API_ENDPOINT || 'https://quickslice-production-9cf4.up.railway.app/graphql' 4};