Skip to content

Commit

Permalink
stdout5
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 14, 2024
1 parent 3805be3 commit 8a6cb0d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": 2,
"builds": [
{
"src": "packages/canyon-collect/src/main.ts",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "packages/canyon-collect/src/main.ts",
"methods": [
"GET",
"POST",
"PUT",
"DELETE"
]
}
]
}

0 comments on commit 8a6cb0d

Please sign in to comment.