summaryrefslogtreecommitdiff
path: root/src/hero.mjs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* src/hero.mjs: Promote log() to fancy logger objectEuAndreh2024-02-251-4/+29
|
* Explicit import from "node:process"; move log() to hero.mjsEuAndreh2024-02-251-6/+9
|
* Normalize how modules import and name each otherEuAndreh2024-02-241-7/+16
| | | | | Also add a `defaultInterceptors` variable in `src/hero.mjs` to avoid needing to redefine it in every application.
* src/hero.mjs: Add buildServer()EuAndreh2024-02-231-10/+33
|
* Big cleanupEuAndreh2024-02-231-0/+220
- delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over.