Files
PrivyDrop/frontend/.npmrc
T
david_bai b636953770 build(standalone): use pnpm hoisted
- Add frontend/.npmrc (node-linker=hoisted; public-hoist-pattern for @next/env, styled-jsx, @swc/helpers)
  - Keep explicit deps: styled-jsx, @swc/helpers, @next/env
  - Verified standalone starts without MODULE_NOT_FOUND
2025-10-25 11:55:21 +08:00

6 lines
124 B
Plaintext

node-linker=hoisted
public-hoist-pattern[]=@next/env
public-hoist-pattern[]=styled-jsx
public-hoist-pattern[]=@swc/helpers