constants.py 310 B

1234567
  1. PNPM_WS_FILENAME = "pnpm-workspace.yaml"
  2. PNPM_LOCKFILE_FILENAME = "pnpm-lock.yaml"
  3. # This is a name of intermediate file that is used in TS_PREPARE_DEPS.
  4. # This file has a structure same to pnpm-lock.yaml, but all tarballs
  5. # a set relative to the build root.
  6. PNPM_PRE_LOCKFILE_FILENAME = "pre.pnpm-lock.yaml"