zinoubm commited on
Commit
3b1cd19
·
1 Parent(s): 431e150

reconfiguring build

Browse files
Files changed (1) hide show
  1. vercel.json +0 -14
vercel.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "builds": [
3
- {
4
- "src": "app.py",
5
- "use": "@vercel/python"
6
- }
7
- ],
8
- "routes": [
9
- {
10
- "src": "/(.*)",
11
- "dest": "/app.py"
12
- }
13
- ],
14
- }