-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The tunnel executor (starting from v6.0.1), does not handle UI Kit projects.
Unlike Custom UI, we cannot serve the UI Kit via a dev server (I believe). The Forge tunnel process expects the UI Kit to be part of the Forge app. One way to potentially make this work is to run the UI Kit app's build target in watch mode and continuously run the UI Kit app's package target.
Open questions:
- Can we run the
buildandpackagetargets in a coordinated manner, i.e. every time the build completes (build in watch mode), the package target runs
We could start by simulating this process manually to see if it works.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request