This commit is contained in:
chaoszhu 2022-12-12 21:00:12 +08:00
parent d258f1e1fa
commit b26b373ae2

View File

@ -1,14 +0,0 @@
{
"builds": [
{
"src": "./index.js",
"use": "@vercel/node"
}
],
"rewrites": [
{
"source": "/",
"destination": "./index.js"
}
]
}