Andy Kenward
Results
2
issues of
Andy Kenward
When using `StaticSite` defining a `customDomain` will call the `buildCommand` twice when doing a `sst build`or `sst deploy`. ``` sst 2.0.0-rc.57 node v18.13.0 npm 8.19.3 ```
**Describe the enhancement** At the moment, when using `@actions/core` npm package in your own bundled GitHub action, the bundler is unable to [tree shake](https://esbuild.github.io/api/#tree-shaking) unused code from `@actions/core`. **Additional information**...
enhancement