Skip to content

Commit 798be62

Browse files
committed
部署到Vercel:添加vercel.json文件,将构建环境设置为Python。
1 parent 03fd980 commit 798be62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"build": {
3+
"env": {
4+
"PYTHON_VERSION": "3.9"
5+
}
6+
},
7+
"framework": null
8+
}

0 commit comments

Comments
 (0)