Skip to content

Commit

Permalink
fix: notion path for enhancing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Jun 5, 2024
1 parent 3fd6ac0 commit da49c1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ module.exports = {

const path = options.outputPaths[0]
console.log('Setting notion path:', path)
console.log('Directory contents:', await fs.readdir(path))
enhancer.setNotionPath(path)

const result = await enhancer.enhanceApp(true)
console.log('Enhancer result:', result)
console.log('Enhancer success:', result)
},
},
}

0 comments on commit da49c1f

Please sign in to comment.