mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
Use zip -y to preserve symlinks in the standalone output. Azure Linux App Service mounts the zip via SquashFS which supports symlinks. This keeps the pnpm .pnpm/ structure intact so next can resolve peer deps like @swc/helpers and @next/env from their co-located positions. Also re-add node-linker=hoisted to .npmrc per pnpm docs recommendation for environments that need standard node_modules resolution.
2 lines
70 B
Text
2 lines
70 B
Text
@codeflash-ai:registry=https://npm.pkg.github.com
|
|
node-linker=hoisted
|