Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,10 @@ npm init -y
```

For testing purposes, you can use direct access and environment variables as
detailed in the [access documentation](/chainguard/libraries/access/#env). Once
the environment variables are set, the following steps configure registry
detailed in the [access documentation](/chainguard/libraries/access/#env). For
production use, set the config URL to either your organization's artifact
manager alreaady in use, or directly to `libraries.cgr.dev/javascript`. Once the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tis is wrong .. the correct URL requires a / at the end and its actually documented right below. And we should not suggest direct access for production use inconsistently.

URL and environment variables are set, the following steps configure registry
access with authentication in the `.npmrc` file in the current project
directory:

Expand Down
Loading