Tripagra commited on
Commit
c6e2a72
·
1 Parent(s): 3891b84

Update vercel.json for monorepo with Python functions

Browse files
Files changed (1) hide show
  1. vercel.json +3 -1
vercel.json CHANGED
@@ -1,6 +1,8 @@
1
  {
 
 
2
  "functions": {
3
- "api/index.py": {
4
  "runtime": "python3.9"
5
  }
6
  }
 
1
  {
2
+ "buildCommand": "cd frontend && npm install && npm run build",
3
+ "outputDirectory": "frontend/dist",
4
  "functions": {
5
+ "api/**/*.py": {
6
  "runtime": "python3.9"
7
  }
8
  }