chore: debug
This commit is contained in:
parent
c2c6d00220
commit
ea92114d25
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import { getStore } from '@netlify/blobs'
|
import { getStore } from '@netlify/blobs'
|
||||||
import fs from 'fs'
|
import fs from 'fs'
|
||||||
|
|
||||||
export const onPreBuild = async ({ context }) => {
|
export const onPreBuild = async ({ constants }) => {
|
||||||
const scrobbles = getStore('scrobbles', {
|
const scrobbles = getStore('scrobbles', {
|
||||||
siteID: constants.SITE_ID,
|
siteID: constants.SITE_ID,
|
||||||
token: constants.NETLIFY_API_TOKEN,
|
token: constants.NETLIFY_API_TOKEN,
|
||||||
|
|
Reference in a new issue