From fb2ea0a29a852e50bfb85941c7a3a139b7d24e19 Mon Sep 17 00:00:00 2001 From: "D. Rimron-Soutter" Date: Tue, 7 Oct 2025 22:17:38 +0100 Subject: [PATCH] Trying to fix build --- .npmrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 0132880..5e4e017 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,7 @@ -store-dir=.pnpm-store +# Put the store inside the slug so symlinks resolve at runtime +store-dir=/app/.pnpm-store +virtual-store-dir=.pnpm + +# Herokuish/Dokku sometimes runs install with NODE_ENV=production; keep dev deps if you want them in slug +# (You can skip this if you move typescript to dependencies in step 2) +production=false