Vercel | 使用 vercel 实现 API 的几种模板 #383
Replies: 1 comment 1 reply
-
Vercel 可以进行配置 托管自己的API项目 就能去除12个限制了 {
"builds": [
{
"src": "./index.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/"
}
]
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Vercel | 使用 vercel 实现 API 的几种模板
本文存放奇奇怪怪的杂乱知识..
https://icodeq.com/2022/dce2523f4dfd/
Beta Was this translation helpful? Give feedback.
All reactions