first commit
ci / build (push) Failing after 23s
deploy / deploy (push) Failing after 10m12s

This commit is contained in:
soroush.asadi
2026-05-31 12:47:02 +03:30
commit add78d8460
100 changed files with 15221 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# All npm traffic is proxied through the Nexus npm-group repository. npm rewrites
# the registry.npmjs.org hosts found in package-lock.json to this mirror at
# install time (default replace-registry-host=npmjs), so the committed lockfile
# is reused as-is — no regeneration needed.
registry=https://mirror.soroushasadi.com/repository/npm-group/
# Auth is never committed. CI and the Docker build append an `_authToken` line
# from the NPM_TOKEN secret at install time; for local installs put the token in
# your personal ~/.npmrc. See .gitea/workflows/*.yml.
# Trim install noise and avoid extra round-trips to the public registry.
audit=false
fund=false