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

@ -3,7 +3,7 @@ import { createClient } from '@supabase/supabase-js'
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 fetchAllBooks = async () => {
let books = []