From da49c1fc6f5cee3c87cf60e07838f238caa8b95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Mart=C3=ADnez=20Rinc=C3=B3n?= Date: Wed, 5 Jun 2024 21:17:58 +0200 Subject: [PATCH] fix: notion path for enhancing --- forge.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forge.config.js b/forge.config.js index cbcda7a..e1e4c9a 100644 --- a/forge.config.js +++ b/forge.config.js @@ -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) }, }, }