flowbite
flowbite copied to clipboard
Update next-js.md: lib directory doesn't exist in node_modules/flowbi…
./node_modules/flowbite-react/lib//*.js doesn't exist because there is no 'lib' dir in node_modules/flowbite-react the correct one would be ./node_modules/flowbite-react//*.js
This is actually incorrect due to the fact that is going to scan all files within, including node_modules.
Check correct implementation here.
Fixed by #956.