convex/, push both deployments before considering the web app verified:
.env.local to production Convex deploys. Use the dedicated scripts so production and development deployments receive the right environment.
Development backend
For local web work against the development Convex backend:Production backend
Use the production script when intentionally deploying production Convex changes:Import boundary
Convex code may import browser-safe shared modules fromsrc/shared. Convex must not import src/server, because server-only modules can break Convex bundling.