fix: add local .npmrc to use public npm registry

- Configure frontend to use public npm registry instead of AWS CodeArtifact
- Fixes authentication errors when running npm commands
- Allows npm-check-updates (ncu) to run without credentials

This resolves the "expired credentials" error by overriding the global
.npmrc configuration with a local setting for this project.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-02 15:53:30 -05:00
parent 53b1de7959
commit 04eec0cd82

1
src/frontend/.npmrc Normal file
View File

@ -0,0 +1 @@
registry=https://registry.npmjs.org/