We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962f126 commit c17a69cCopy full SHA for c17a69c
generate-routes.ts
@@ -140,6 +140,7 @@ const createRoutes = (): Route[] => {
140
!routePaths.some((routePath) => isEndpointUnderRoute(path, routePath)),
141
)
142
.filter((path) => !path.startsWith('/seam'))
143
+ .filter((path) => !path.startsWith('/networks'))
144
145
if (unmatchedEndpointPaths.length > 0) {
146
throw new Error(
0 commit comments