npmrc bad

This commit is contained in:
2023-10-17 18:05:00 +05:30
parent 21798cf272
commit 81ab201d42
2 changed files with 2 additions and 2 deletions

1
.npmrc
View File

@@ -1,3 +1,2 @@
store-dir=/usr/local/share/pnpm
engine-strict=true
resolution-mode=highest

View File

@@ -1,8 +1,9 @@
PROJ = eflufeedeets
PROJ = rainbowcroissant
POD_MOUNTS = \
-w /app \
-v $(PWD):/app:z \
-v pnpm-config:/root/.config/pnpm:Z \
-v pnpm-store:/usr/local/share/pnpm:Z \
-v pnpm-global:/usr/local/:Z \
-v $(PROJ)_modules:/app/node_modules:z