You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging files created by toSSG, it is not practical to check all the routes registered in app. I believe we should provide a way to know which routes have succeeded, failed, or skipped.
It may be a bit wasteful in its usage with respect to this purpose.
Since it is necessary to create a wrapper function for fetchRouteContent, such as scanSSGRoute, to skip file writing or to reduce waste, we should separate the story again and only consider whether the first debugging usage is necessary.
What is the feature you are proposing?
When debugging files created by toSSG, it is not practical to check all the routes registered in app. I believe we should provide a way to know which routes have succeeded, failed, or skipped.
If you agree with this I will create it.
The text was updated successfully, but these errors were encountered: