This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Add ability to specify entry point type #121
Open
Description
In my project, I use a an enum
as namespacing and nest all my types inside it.
The main page looks like this: https://sindresorhus.com/playground/ However, I would like to make https://sindresorhus.com/playground/KeyboardShortcuts/ the main page. Maybe some config where I could specify the KeyboardShortcuts
enum as the entry type.