Skip to content

Commit

Permalink
feat: move vercel entrance to api
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Feb 29, 2024
1 parent 9169e5f commit 6cc452b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"noImplicitAny": false,
"outDir": "./dist"
},
"include": ["./lib/**/*"],
"include": ["./lib/**/*", "./api/vercel.ts"],
"exclude": ["node_modules", "*.test.*"]
}
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"framework": null,
"github": { "silent": true },
"routes": [{ "src": "/.*", "dest": "/lib/vercel.ts" }]
"routes": [{ "src": "/.*", "dest": "/api/vercel.ts" }]
}

0 comments on commit 6cc452b

Please sign in to comment.