#How do I see the hints?
3 messages · Page 1 of 1 (latest)
Hi @white lake. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
To see more detailed logs while building your site, you can use the --verbose flag with the build command in your package.json script. This will provide verbose logs, which should include the hints that are being generated during the build process. Here's how you can do it:
yarn build --verbose
If you want to suppress all console output, you can use the --silent flag instead.