mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
[frameworks] Add missing cachePattern to Next.js (#6396)
This commit is contained in:
@@ -104,6 +104,7 @@ export const frameworks = [
|
|||||||
devCommand: 'next dev --port $PORT',
|
devCommand: 'next dev --port $PORT',
|
||||||
buildCommand: 'next build',
|
buildCommand: 'next build',
|
||||||
getOutputDirName: async () => 'public',
|
getOutputDirName: async () => 'public',
|
||||||
|
cachePattern: '.next/cache/**',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Gatsby.js',
|
name: 'Gatsby.js',
|
||||||
|
|||||||
Reference in New Issue
Block a user