Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(js): use absolute filetorun path #30091

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MisterPandaPooh
Copy link

Fix a bug introduced in #30087

Current Behavior

The @nx/js plugins throw an error when the project is served in the project root but not in the workspace root.

Expected Behavior

Ensure that nx run $project:serve works correctly both in the workspace root and the project root, restoring the previous behavior.

Related Issue(s)

Fixes #30087

@MisterPandaPooh MisterPandaPooh requested a review from a team as a code owner February 18, 2025 14:29
Copy link

vercel bot commented Feb 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Feb 18, 2025 8:57pm

@MisterPandaPooh MisterPandaPooh force-pushed the js/fix-serve-from-project-root branch from de669c8 to 756441c Compare February 18, 2025 20:39
@zivadler
Copy link

@MisterPandaPooh ci failed

@MisterPandaPooh MisterPandaPooh force-pushed the js/fix-serve-from-project-root branch from 756441c to d6eb478 Compare February 18, 2025 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot Serve Project from Project Root for a NestJS project
2 participants