1 Star 0 Fork 72

Sky/new_nest-admin

forked from buqiyuan/nest-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vercel.json 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"installCommand": "pnpm install",
"buildCommand": "pnpm build",
// 由于项目中使用了路径别名,暂时无法简单的部署到 vercel: https://github.com/vercel/vercel/issues/2832
"builds": [
{
"src": "src/main.ts",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "src/main.ts",
"methods": ["GET", "POST", "PUT", "PATCH", "DELETE"]
}
],
"env": {
"NODE_ENV": "development"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/posqianmo/new_nest-admin.git
[email protected]:posqianmo/new_nest-admin.git
posqianmo
new_nest-admin
new_nest-admin
main

搜索帮助