To install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.3.3. Bun is a fast all-in-one JavaScript runtime.
The SQLite file at backend/sqlgui.sqlite stores all scan history and is opened relative to the backend source, so running from another directory (for example via bun run build at the repo root) still loads the same history, scans, dumped databases and their metadata. Keep the file around between runs to avoid losing recorded scans.