Skip to main content

KanbanArtifactConfig

Kanban static artifact boundary.

artifactDirstringrequired

Static product directory relative to the project root; old projects default ..

Example: dist
entrystringrequired

Relative artifactDir HTML entry; default index.html.

Example: index.html
KanbanArtifactConfig
{
"artifactDir": "dist",
"entry": "index.html"
}