Skip to content

Support CLI 2.0 #60

@dzemil-sejdija

Description

@dzemil-sejdija

What problem are you trying to solve?

Extend aliases -
At the moment aliases support only componets, utils,ui
@serializable
class Aliases(
val components: String,
val utils: String,
val ui: String? = null
) : Config.Aliases(). But in schema - u can also find hooks/lib etc.

If components.json for example contains "hooks" it throws an error

Describe the solution you’d like

"hooks": "@/hooks",
"lib": "@/lib",

Dont throw an error when opening plugin

Describe any alternatives you’ve also considered

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions