Skip to content

Latest commit

 

History

History

README.md

backend

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.3. Bun is a fast all-in-one JavaScript runtime.

Persisted history and scans

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.