[frameworks] Add missing cachePattern to Next.js (#6396)

This commit is contained in:
Steven
2021-06-24 15:31:16 -04:00
committed by GitHub
parent 4b61f1dd61
commit faaccc1f9f

View File

@@ -104,6 +104,7 @@ export const frameworks = [
devCommand: 'next dev --port $PORT',
buildCommand: 'next build',
getOutputDirName: async () => 'public',
cachePattern: '.next/cache/**',
},
{
name: 'Gatsby.js',