v0 now reads npm credentials from shared environment variables
now installs private packages from npm and custom registries using credentials stored as shared environment variables on Vercel.v0 This makes it easier for teams to build with their existing design systems, component libraries, and internal packages directly in v0. To get started, add one of the following as a on Vercel, scoped to Development and/or Preview:shared environment variable supports scoped registries and references to other environment variables. For example, configure an organizati

