jetbridge / cdk-nextjs

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

Windows - Bundling fails due to wrong shell usage #166

Closed ApocDev closed 8 months ago

ApocDev commented 8 months ago

The wrong shell is used for the Compress-Archive invocation when bundling on Windows. This causes the bundling to fail with an error.

bestickley commented 8 months ago

Thank you, @ApocDev! Will merge soon.