mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-04 03:36:29 +08:00
19 lines
258 B
JSON
19 lines
258 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "src/index.ts",
|
|
"use": "@vercel/node",
|
|
"config": {
|
|
"includeFiles": ["./config.json"]
|
|
}
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "src/index.ts"
|
|
}
|
|
]
|
|
}
|