mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
18 lines
239 B
JSON
18 lines
239 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "/src/main.py",
|
|
"use": "@vercel/python"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "src/main.py"
|
|
}
|
|
],
|
|
"env": {
|
|
"APP_MODULE": "src.main:app"
|
|
}
|
|
}
|