mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
try adding .npmrc to resolve problem getting playwright-core from the registry
This commit is contained in:
parent
70427a628f
commit
6d7f0448ff
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -52,7 +52,6 @@ api/data/
|
||||||
owner.yml
|
owner.yml
|
||||||
archive
|
archive
|
||||||
.vscode/settings.json
|
.vscode/settings.json
|
||||||
.npmrc
|
|
||||||
src/style - official.css
|
src/style - official.css
|
||||||
/e2e/specs/.test-results/
|
/e2e/specs/.test-results/
|
||||||
/e2e/playwright-report/
|
/e2e/playwright-report/
|
||||||
|
|
2
.npmrc
Normal file
2
.npmrc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
registry=https://registry.npmjs.org/
|
||||||
|
always-auth=false
|
Loading…
Add table
Add a link
Reference in a new issue