Commit 4083491
Neil Munoz
Fix Vercel runtime error - remove invalid runtime specification
- Remove 'runtime': 'python3.11' that was causing deployment failure
- Let Vercel auto-detect Python runtime for .py files
- Keep memory and maxDuration configurations for performance
- Fix 'Function Runtimes must have a valid version' error1 parent 28c9f47 commit 4083491
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments