Skip to content

Commit

Permalink
assets logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Jan 29, 2024
1 parent a236676 commit 162ca9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/gatsby-source-snooty-prod/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ exports.sourceNodes = async ({ actions, createContentDigest, createNodeId }) =>
if (siteMetadata.project === 'cloud-docs' && hasOpenAPIChangelog)
await createOpenAPIChangelogNode({ createNode, createNodeId, createContentDigest, siteMetadata, db });

console.log('assets! ', assets);
console.log('assets size ', assets.size);
await saveAssetFiles(assets, db);
if (!siteMetadata.manifestPath) {
console.error('Getting metadata from realm without filters');
Expand Down

0 comments on commit 162ca9d

Please sign in to comment.