Update package name to scoped format and add Gitea configuration documentation

This commit is contained in:
2026-03-05 21:09:31 +01:00
parent d2001e1b1c
commit 5aacde4f67
2 changed files with 7 additions and 1 deletions

6
docs/GITEA.md Normal file
View File

@@ -0,0 +1,6 @@
# Gitea Configuration
```
npm config set @dom:registry=https://gitea.koszewscy.waw.pl/api/packages/slawek/npm/
npm config set -- '//gitea.koszewscy.waw.pl/api/packages/slawek/npm/:_authToken' "personal_access_token"
```