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
The README was misleading, as if I could deploy multiple apps with 1 deploy by exposing all ports.
Instead, to deploy the turborepo monorepo, I needed to:
NIXPACKS_TURBO_APP_NAME = "web" (or docs) based on `package.json.name"
The README was misleading, as if I could deploy multiple apps with 1 deploy by exposing all ports.
Instead, to deploy the turborepo monorepo, I needed to: