[frameworks] Add cachePattern to API response (#6395)

This commit is contained in:
Steven
2021-06-24 14:44:38 -04:00
committed by GitHub
parent fe671f56c5
commit cdd417455f

View File

@@ -14,7 +14,6 @@ const frameworks = (_frameworks as Framework[])
sort: undefined, sort: undefined,
dependency: undefined, dependency: undefined,
defaultRoutes: undefined, defaultRoutes: undefined,
cachePattern: undefined,
devCommand: undefined, devCommand: undefined,
buildCommand: undefined, buildCommand: undefined,
}; };