Skip to content

Commit

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

This file was deleted.

0 comments on commit c24dfdf

Please sign in to comment.