8 lines
309 B
Plaintext
8 lines
309 B
Plaintext
# 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
|