chore: debug

This commit is contained in:
Cory Dransfeldt 2024-04-03 19:05:02 -07:00
parent ea92114d25
commit bf406d870a
No known key found for this signature in database

View file

@ -2,6 +2,7 @@ import { getStore } from '@netlify/blobs'
import fs from 'fs'
export const onPreBuild = async ({ constants }) => {
console.log(constants)
const scrobbles = getStore('scrobbles', {
siteID: constants.SITE_ID,
token: constants.NETLIFY_API_TOKEN,