chore: debug
This commit is contained in:
parent
e72a17a761
commit
e0bd926657
1 changed files with 0 additions and 4 deletions
|
@ -13,10 +13,6 @@ export const onPreBuild = async ({ constants }) => {
|
|||
const artistsMap = await artists.get('artists-map', { type: 'json' })
|
||||
const albumsMap = await albums.get('albums-map', { type: 'json' })
|
||||
const nowPlaying = await scrobbles.get('now-playing', { type: 'json'})
|
||||
|
||||
console.log(artistsMap)
|
||||
console.log(albumsMap)
|
||||
|
||||
fs.writeFileSync('/src/_data/json/scrobbles-window.json', windowData)
|
||||
fs.writeFileSync('/src/_data/json/artists-map.json', artistsMap)
|
||||
fs.writeFileSync('/src/_data/json/albums-map.json', albumsMap)
|
||||
|
|
Reference in a new issue