Skip to content

Commit adfdc56

Browse files
committed
Fix backend path for Vercel build
1 parent def2da6 commit adfdc56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/vercel-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
cd ../packages/backend
4+
cd ../../packages/backend
55

66
npx convex deploy \
77
--cmd "export NEXT_PUBLIC_CONVEX_URL=\"$NEXT_PUBLIC_CONVEX_URL\"; export NEXT_PUBLIC_CONVEX_SITE_URL=$(printf %s \"$NEXT_PUBLIC_CONVEX_URL\" | sed 's/\\.convex\\.cloud/.convex.site/'); cd ../../apps/web && npx next build" \

0 commit comments

Comments
 (0)