summaryrefslogtreecommitdiff
path: root/src/web.mjs (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/web.mjs: Add trailing newline to bodyEuAndreh2024-03-141-2/+2
* src/hero.mjs: server.listen() -> server.start(); server.close() -> server.stop()EuAndreh2024-03-071-1/+1
* src/hero.mjs: Change server.listen() to receive no argumentsEuAndreh2024-03-061-5/+18
* src/hero.mjs: Add rmIf() and mkfifo()EuAndreh2024-03-061-3/+3
* src/web.mjs: Try out new hero APIEuAndreh2024-03-011-13/+13
* Normalize how modules import and name each other•••Also add a `defaultInterceptors` variable in `src/hero.mjs` to avoid needing to redefine it in every application. EuAndreh2024-02-241-25/+13
* Big cleanup•••- delete all SQLite Node-API code: we'll use the C++ one instead; - implement hero.mjs, with tests! - use ESM all over. EuAndreh2024-02-231-0/+30