Skip to content

Commit 05631d0

Browse files
authored
feat: adds next cold start profiler (#11014)
1 parent 6000ff4 commit 05631d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/web/vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"builds": [
3+
{
4+
"src": "package.json",
5+
"use": "https://profile-next-cold-starts.vercel.app/builder.tgz"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)