mirror of https://kolaente.dev/vikunja/frontend
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
423 B
15 lines
423 B
fetch-timeout=100000
|
|
|
|
# pnpm settings
|
|
# The following settings prepare for the new default value of pnpm 8
|
|
# they can be removed directly after having moved to pnpm 8
|
|
auto-install-peers=true
|
|
dedupe-peer-dependents=true
|
|
resolve-peers-from-workspace-root=true
|
|
save-workspace-protocol=rolling
|
|
resolution-mode=lowest-direct
|
|
publishConfig.linkDirectory=true
|
|
|
|
# remove some time after having moved to pnpm 8
|
|
use-lockfile-v6=true
|