degenerale
npx solidui-cli failing
npx solidui-cli@latest add navigation-menu
is failing with
Invalid configuration found in /Users/redacted/Documents/repos/redacted/ui.config.json.
[email protected]
is still working though, so has to be a breaking change
my ui config json
{ "tsx": true, "componentDir": "./src/components/ui", "tailwind": { "config": "tailwind.config.cjs", "css": "src/root.css" }, "aliases": { "path": "~/components/*" } }
1 replies