Open dzemil-sejdija opened 2 months ago
Hi! I see shadcn dropped his big announcement earlier today, thanks for letting me know!
At first glance it seems like there are a lot of new things/ways you can now install, I'll update my plugin accordingly :)
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