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

Allow src/app dir for ts plugin #43230

Conversation

andparsons
Copy link

The next-typescript plugin currently validates files in the root /app folder.

This small change makes use of the findDir function, which will fall back to /src/app if /app not found, allowing for validtion on both the root /app folder and the fallback /src/app folder.

Bug

  • Related issues linked using fixes #number
  • Integration tests added
  • Errors have a helpful link attached, see contributing.md

findDir will fall back to src/app if /app not found
@wongmjane
Copy link
Contributor

fixed in #43412

Copy link
Member

@ijjk ijjk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closing per-above, thanks for the PR though!

@ijjk ijjk closed this Dec 1, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants