Skip to content

Allow UI Kit projects to be tunneled #146

@tbinna

Description

@tbinna

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 build and package targets 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions