jetbridge / cdk-nextjs

Deploy a NextJS application using AWS CDK
https://constructs.dev/packages/cdk-nextjs-standalone
Apache License 2.0
260 stars 43 forks source link

fix: resolve symlinks for pnpm windows bundle #192

Open bestickley opened 7 months ago

bestickley commented 7 months ago

Fixes #183.

Key comment from code:

// Compress-Archive doesn't support resolving symlinks like `zip` command
// does with -y option. Therefore, we need to resolve symlinks then compress.