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 using a custom asset path, overriding the embedded UI assets. #267

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

robholland
Copy link
Collaborator

What was changed

Added a config option to use a custom asset directory, replacing the bundled assets.

Why?

This makes it easy to test UI changes with server start-dev.

Checklist

  1. Closes

  2. How was this tested:
    Tested via Temporal CLI PR: ./temporal server start-dev --ui-asset-path $PWD/../ui/.vercel/output/static/ versus ./temporal server start-dev. Confirmed the adjusted UI is served when the option is passed.

  3. Any docs updates needed?
    No.

@robholland robholland requested a review from a team as a code owner January 5, 2023 17:56
@robholland robholland requested review from tigernaut and removed request for a team January 5, 2023 17:56
@robholland robholland merged commit 529addb into main Jan 6, 2023
@robholland robholland deleted the rh-custom-assets branch January 6, 2023 07:49
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.

2 participants