mirror of
https://github.com/Galax028/startpage.git
synced 2024-11-24 16:03:08 +01:00
15 lines
225 B
JSON
15 lines
225 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "./proxy.py",
|
|
"use": "@vercel/python"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "./",
|
|
"dest": "./"
|
|
}
|
|
]
|
|
} |