Fix docker dev reload and token sync

This commit is contained in:
CJACK.
2026-02-04 13:25:43 +08:00
parent a1b3f122a7
commit d67b64633b
3 changed files with 128 additions and 33 deletions

View File

@@ -47,7 +47,7 @@ export default function VercelSync({ onMessage, authFetch }) {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
vercel_token: vercelToken,
vercel_token: tokenToUse,
project_id: projectId,
team_id: teamId || undefined,
}),