fix: add .npmrc to sync service to use public npm registry
The server has an Apple npm proxy that silently drops devDependencies. Copying the same .npmrc fix used by the frontend (registry=registry.npmjs.org) resolves the issue. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
1
sync/.npmrc
Normal file
1
sync/.npmrc
Normal file
@@ -0,0 +1 @@
|
||||
registry=https://registry.npmjs.org/
|
||||
Reference in New Issue
Block a user