mirror of
https://gitlab.com/foxixus/neomovies-api.git
synced 2025-10-28 01:48:51 +05:00
21 lines
281 B
JSON
21 lines
281 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "api/index.go",
|
|
"use": "@vercel/go",
|
|
"config": {
|
|
"maxDuration": 10
|
|
}
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/api/index.go"
|
|
}
|
|
],
|
|
"env": {
|
|
"GO_VERSION": "1.21"
|
|
}
|
|
} |