最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

next.js - New internal package shows in the menu, but default Turborepo package does not — why? - Stack Overflow

programmeradmin0浏览0评论

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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

If 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.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论