Paul
Paul
Give me a day or two.
Hey @ofhouse, I'm currently in the same boat( I want to use tf-next with Nx js mono repo strucure). Is there a way I could help you with this ticket...
Investigating further I found that a config is being passed to the builder function. It's just that the base path is never set: [buildCommand](https://github.com/dealmore/terraform-aws-next-js/blob/main/packages/tf-next/src/commands/build.ts#L200) this is where the default value...
Update nr 2: we also need to set the correct path here: https://github.com/dealmore/terraform-aws-next-js/blob/main/packages/tf-next/src/commands/build.ts#L212 as the temp directory would look for a .next folder at the root.