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

adjust build path resolution #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jkl3848
Copy link

@jkl3848 jkl3848 commented Aug 28, 2024

There were several issues related to paths not resolving properly when running create-bolt-uxp. I adjusted so it no longer concats the working directory on the path. The new path.resolve should work with relative and absolute paths.

Update: Added a fix which should allow using './' as the path. Currently it only allows paths of 3 chars or more. This will allow using the initial value (current directory) as a path.

Fixes issues in #24

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.

1 participant