You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If the configuration directory of VitePress is outside the project root directory, the project will not run correctly, so add this validation logic to ensure that the path entered by the user is within the root directory.
Describe the solution you'd like
I'd like to complete @yyx990803 remaining TODO code and achieve the purpose of prompting users to "Make sure directory is inside.".
And the pull request (#3640) is the solution for this issue.
Is your feature request related to a problem? Please describe.
If the configuration directory of VitePress is outside the project root directory, the project will not run correctly, so add this validation logic to ensure that the path entered by the user is within the root directory.
Describe the solution you'd like
I'd like to complete @yyx990803 remaining TODO code and achieve the purpose of prompting users to "Make sure directory is inside.".
And the pull request (#3640) is the solution for this issue.
Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: