feat: adds next cold start profiler (#11014)

pull/11046/head
Omar López 2023-08-31 03:25:52 -07:00 committed by GitHub
parent 6000ff4b48
commit 05631d093f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
apps/web/vercel.json Normal file
View File

@ -0,0 +1,8 @@
{
"builds": [
{
"src": "package.json",
"use": "https://profile-next-cold-starts.vercel.app/builder.tgz"
}
]
}