sihyeonn commented on PR #12754: URL: https://github.com/apache/apisix/pull/12754#issuecomment-3629580507
Hi @SkyeYoung, thanks for the review! Yes, this is for use cases where the UI is not needed. I use `make build-on-debian-dev` locally when testing just the gateway functionality without the UI, and the build fails at the COPY step when the ui directory doesn't exist. Moving the UI build from the workflow into the Makefile as you suggested is one approach, but it would increase build time and complexity for development environments where the UI isn't necessary. The current fix just creates an empty directory to allow builds to succeed without UI assets - it's a minimal change. Do you think there's a better approach to handle this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
