Commit fa2f2b4
committed
runs reliably whether Vercel starts inside /site or at the repo root:
installCommand
– If requirements.txt is in the current directory, install normally.
– Otherwise it jumps up one level (the real project root) and installs from there.
buildCommand
– Same logic for build.sh: run in place if it’s there, or cd .. and run.1 parent b3be52f commit fa2f2b4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
0 commit comments