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: allow node apps to also override webroot #18

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

ctrox
Copy link
Contributor

@ctrox ctrox commented Apr 23, 2024

for node apps the webroot was hardcoded to build (since it's the react default). Some other frameworks might use a different path to store the build artifacts, so we want to allow the user to override it.

for node apps the webroot was hardcoded to `build` (since it's the react
default). Some other frameworks might use a different path to store the
build artifacts, so we want to allow the user to override it.
detect.go Show resolved Hide resolved
@ctrox ctrox merged commit f690be5 into main Apr 23, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants