ci(vercel): 添加vercel配置文件, 方便下次部署就不需要在outputdirectory输入"out/renderer"了

This commit is contained in:
ElyPrism
2025-10-24 22:43:15 +08:00
committed by GitHub
parent 6beb9c78e1
commit 8014eedd72

3
vercel.json Normal file
View File

@@ -0,0 +1,3 @@
{
"outputDirectory": "out/renderer"
}