From bf406d870a90db8b410d99e82df18c487e9bd3fe Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 3 Apr 2024 19:05:02 -0700 Subject: [PATCH] chore: debug --- plugins/fetch-scrobbles/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/fetch-scrobbles/index.js b/plugins/fetch-scrobbles/index.js index a860363a..6e98fef2 100644 --- a/plugins/fetch-scrobbles/index.js +++ b/plugins/fetch-scrobbles/index.js @@ -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,