5 lines
288 B
Plaintext
5 lines
288 B
Plaintext
|
|
# Consuming apps: copy to .npmrc so `npm i @jason/ui-kit` resolves from Gitea.
|
||
|
|
@jason:registry=https://git.alwisp.com/api/packages/jason/npm/
|
||
|
|
# Auth token for the Gitea npm registry (read scope is enough to install):
|
||
|
|
//git.alwisp.com/api/packages/jason/npm/:_authToken=${GITEA_NPM_TOKEN}
|