seamapi / edgespec

☃️ an API framework for everywhere.
MIT License
5 stars 2 forks source link

Allow excluding dependencies during `edgespec bundle`, or disable wintercg combat #77

Closed seveibar closed 7 months ago

seveibar commented 7 months ago

It's currently not possible to use pg if you're running edgespec bundle, this limits the ability to package module services for use in Lambdas.

We could do dependency exclusion, but I think it would be better to just disable compatibility entirely and only bundle dev dependencies.

image

seveibar commented 7 months ago

Fixed in https://github.com/seamapi/edgespec/pull/78 but should probably be an option, need feedback on approach from @codetheweb