Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1clickBOM extension integration #224

Closed
wants to merge 2 commits into from
Closed

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    d7411d4 View commit details
    Browse the repository at this point in the history
  2. Make the 1-click-bom.tsv file accessible to the 1-click-bom extension.

    The 1-click-bom extension tries loading the `1-click-BOM.tsv` file by
    `GET`ing `[...projecURL]/1-click-BOM.tsx`.
    But we have the file in the processor (or later on s3) so using this
    approach will let us control the actual `1-click-BOM.tsv` file URL
    without re-modifying the extension.
    AbdulrhmnGhanem committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    643d0ea View commit details
    Browse the repository at this point in the history