Skip to content

Heimdall Development Tips & Tricks

Amndeep Singh Mann edited this page Sep 11, 2024 · 4 revisions

Useful advice while developing the Heimdall application.

Frontend

  • When encountering reactivity issues after a database change, please make sure that the store is properly calling its corresponding "Fetch" command. Otherwise, the frontend will not propagate the database change.

HDF Converters

  • Run npx quicktype -s schema -l ts --just-types --prefer-types --prefer-unions -o cyclonedx.d.ts *.schema.json in the schema directory of https://github.com/CycloneDX/specification in order to re-generate types for the CycloneDX SBOM format. Then move the generated cyclonedx.d.ts file to libs/hdf-converters/types.
Clone this wiki locally