chore: build tuning

This commit is contained in:
Cory Dransfeldt 2024-08-05 13:34:20 -07:00
parent 4330f60f32
commit ee0832dd0b
No known key found for this signature in database
10 changed files with 11 additions and 13 deletions

View file

@ -4,7 +4,7 @@ import { sanitizeMediaString, parseCountryField } from '../../config/utilities/i
const SUPABASE_URL = process.env.SUPABASE_URL
const SUPABASE_KEY = process.env.SUPABASE_KEY
const supabase = createClient(SUPABASE_URL, SUPABASE_KEY)
const PAGE_SIZE = 500
const PAGE_SIZE = 1000
const fetchAllConcerts = async () => {
let concerts = []