at main 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};