mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-08 23:43:55 +05:00
BROKE/API_PROX: Start from scratch, add hello world with HonoJS
This commit is contained in:
parent
7cc36688e4
commit
033b7fdea5
22 changed files with 351 additions and 3739 deletions
14
api-prox/vercel.json
Normal file
14
api-prox/vercel.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"builds": [
|
||||
{
|
||||
"src": "src/index.ts",
|
||||
"use": "@vercel/node"
|
||||
}
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"destination": "/src"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue