Files
github-stats-extended/vercel-preparation.sh
T
2025-10-04 14:26:00 +00:00

7 lines
349 B
Bash
Executable File

# move into the folder of this script
cd "$(dirname "$0")" || exit 1
mkdir --parents backend/.vercel/output/functions/api.func/
cp --recursive backend/* backend/.vercel/output/functions/api.func/
cp --recursive backend/.vercel/output/functions/api.func/_dot_vercel_copy/output/ backend/.vercel/
cp --recursive backend frontend/frontend/src/backend/