# this allows us to use env vars in scripts in package.json crossplatform
shell-emulator=true

# shorten paths in node_modules/.pnpm/<module>
# to not run into windows max length for paths (260 chars)
#
# The `pnpm pack:patch-node-modules` script needs the folder names for the stdio packages unchanged
# the longest folder name there is 49 chars, but nsis processing breaks on allowOnlyOneInstallerInstance.nsh path
# and it seems to be fixed by setting this to 70
virtual-store-dir-max-length=70
