boolean
false
Used to disable the functionality of automatically identifying page entry points based on directory structure.
By default, Modern.js automatically determines the entry points of pages based on directory conventions, as described in Entries.
To disable this default behavior, set the following:
After disabling the default behavior, you will need to use the source.entries
configuration to define custom entry points.
We recommend organizing your code using the directory conventions provided by Modern.js to make better use of the framework's functionality and to avoid some redundant configurations.