Skip to content

Commit b1db030

Browse files
committed
vercel 🥳
1 parent 9eff9d1 commit b1db030

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

‎.gitignore‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
__pycache__
22
*.pyc
33
*.pyo
4+
.vercel
5+
.env*.local

‎.python-version‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

‎vercel.json‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
23
"version": 2,
34
"buildCommand": "pip install -r requirements.txt",
45
"env": {
56
"PYTHONUNBUFFERED": "1"
67
},
7-
"functions": {
8-
"api/index.py": {
9-
"runtime": "python3.12",
10-
"memory": 3008,
11-
"maxDuration": 60
12-
}
13-
},
148
"routes": [
159
{
1610
"src": "/(.*)",

0 commit comments

Comments
 (0)