You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Dont throw an error when opening plugin
Describe any alternatives you’ve also considered
No response
The text was updated successfully, but these errors were encountered: