Skip to content

Commit 4423112

Browse files
pin vercel python version
1 parent f72b58b commit 4423112

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vercel.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"src": "/(.*)",
1212
"dest": "main.py"
1313
}
14-
]
14+
],
15+
"functions": {
16+
"main.py": {
17+
"runtime": "python3.10"
18+
}
19+
}
1520
}

0 commit comments

Comments
 (0)