admin管理员组文章数量:1022834
I added an internal package to my Next.js project built with Turborepo, following guide. After running the project, the new package appears in the left menu, is it ok?
However, the default package created by Turborepo doesn’t show in the menu. Is this behavior expected? If not, what could be causing the new internal package to appear in the menu?
I added an internal package to my Next.js project built with Turborepo, following guide. After running the project, the new package appears in the left menu, is it ok?
However, the default package created by Turborepo doesn’t show in the menu. Is this behavior expected? If not, what could be causing the new internal package to appear in the menu?
Share Improve this question edited Nov 20, 2024 at 14:23 DarkBee 15.5k8 gold badges72 silver badges118 bronze badges asked Nov 19, 2024 at 13:24 Mehrad FarahnakMehrad Farahnak 1,2722 gold badges12 silver badges18 bronze badges1 Answer
Reset to default 0If your new internal package has a start script in its package.json file, it will appear in the terminal when you run pnpm dev. To prevent this, simply remove the start script, and it will no longer be displayed.
I added an internal package to my Next.js project built with Turborepo, following guide. After running the project, the new package appears in the left menu, is it ok?
However, the default package created by Turborepo doesn’t show in the menu. Is this behavior expected? If not, what could be causing the new internal package to appear in the menu?
I added an internal package to my Next.js project built with Turborepo, following guide. After running the project, the new package appears in the left menu, is it ok?
However, the default package created by Turborepo doesn’t show in the menu. Is this behavior expected? If not, what could be causing the new internal package to appear in the menu?
Share Improve this question edited Nov 20, 2024 at 14:23 DarkBee 15.5k8 gold badges72 silver badges118 bronze badges asked Nov 19, 2024 at 13:24 Mehrad FarahnakMehrad Farahnak 1,2722 gold badges12 silver badges18 bronze badges1 Answer
Reset to default 0If your new internal package has a start script in its package.json file, it will appear in the terminal when you run pnpm dev. To prevent this, simply remove the start script, and it will no longer be displayed.
本文标签:
版权声明:本文标题:next.js - New internal package shows in the menu, but default Turborepo package does not — why? - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745559450a2156071.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论