Trying to fix build

This commit is contained in:
2025-10-07 22:17:38 +01:00
parent f32d8cd03c
commit fb2ea0a29a

8
.npmrc
View File

@@ -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