wild-next
wild-next copied to clipboard
refactor: switch to kebab-case naming
MacOS is by default case-insensitive (why??) which can lead to issues if "camelCased" files are misspelled. It will work on a developer's machine, but fail on the server. Using kebab-case gets grid of that and also makes long filenames more readable.