chore: build tuning
This commit is contained in:
parent
4330f60f32
commit
ee0832dd0b
10 changed files with 11 additions and 13 deletions
|
@ -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 = []
|
||||
|
|
Reference in a new issue