Sean Matheson
06/10/2022, 4:32 PMRemixSite
construct. I had to do some refactoring to it as Remix has a weird way of defining statics. I need to give them some feedback in regards to this. There is a distinction between a "public" folder and the browser build of the site. By default the browser build is nested within the public folder, but this path can be overridden by a config in the remix.config.js. The user can additionally override a few other items which may impact the synth. I've managed to account for these now. Deployments are working as expected, with all the statics are being resolved. You can see a distribution here:
https://dn4cfz69lmu8q.cloudfront.net/Sean Matheson
06/10/2022, 4:34 PM.sst
working directory within the Remix app being targeted which acts as a working directory for the server lambda wrapping and the statics prep for deployment. This definitely reduced the complexity within the construct. Starting to feel pretty good about the construct now. I'm gonna to round up a few notes to attach to it and then send this for initial review.Sean Matheson
06/10/2022, 4:35 PMloader
- i.e. fetch data from the server.Sean Matheson
06/10/2022, 4:35 PMSean Matheson
06/10/2022, 4:37 PMSean Matheson
06/10/2022, 4:37 PMthdxr
06/10/2022, 4:50 PMthdxr
06/10/2022, 4:50 PMSean Matheson
06/10/2022, 4:58 PMSean Matheson
06/10/2022, 4:58 PMDevin
06/10/2022, 5:07 PMFrank
wow that’s a lot of workcurious.. does Architect also had to all these cases?
Algirdas Sidabras
06/10/2022, 6:58 PMcreateRequestHandler from @remix-vendor/cdk
?Sean Matheson
06/11/2022, 12:31 AMSean Matheson
06/11/2022, 12:32 AMBjorn Theart
06/11/2022, 10:02 AM