chore: debug
This commit is contained in:
parent
ea92114d25
commit
bf406d870a
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue