admin管理员组

文章数量:1431742

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.

本文标签: