You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"//vercel-build": "Vercel prefers this over `build`. The app depends on ../sdk via a file: link, and that package publishes from dist/ which is gitignored — so the SDK must be installed and compiled before Vite runs.",
"vercel-build": "cd ../sdk && npm ci && npm run build && cd ../frontend && tsc -b && vite build",