chore: Update /core constants (#8874)

This commit is contained in:
Jiralite
2022-11-28 08:14:16 +00:00
committed by GitHub
parent ebf9991df7
commit ed68a1af5b
8 changed files with 9 additions and 5 deletions

View File

@@ -390,5 +390,5 @@ export default async function Page({ params }: { params: { slug: string[] } }) {
}
export const config = {
unstable_includeFiles: [`../../packages/{brokers,builders,collection,proxy,rest,util,voice,ws}/README.md`],
unstable_includeFiles: [`../../packages/{brokers,builders,collection,core,proxy,rest,util,voice,ws}/README.md`],
};