Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7325c00

Browse files
author
yashksaini-coder
committed
Add Vercel configuration and update .gitignore to include .vercel
1 parent a3847e0 commit 7325c00

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ logs/
2727
# MacOS generated file
2828
.DS_STORE
2929

30+
.vercel

‎vercel.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"version": 2,
3+
"builds": [
4+
{"src": "app.py", "use": "@vercel/python"}
5+
],
6+
"routes": [
7+
{"src": "/(.*)", "dest": "app.py"}
8+
]
9+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /