lildocs 0.1.15 → 0.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -58,10 +58,10 @@ Keep behavior aligned with the README, documentation, and existing tests.
58
58
  The project uses:
59
59
 
60
60
  - `cmd-ts` for CLI parsing
61
- - Preact SSR for rendering
61
+ - Octane SSR for rendering and client interactivity
62
62
  - `marked` and `gray-matter` for Markdown and frontmatter
63
63
  - native dynamic `import()` for local theme loading
64
- - `tsdown` for bundling
64
+ - `tsdown` for the CLI bundle and Vite for the frontend bundle/dev server
65
65
  - `oxlint` for linting
66
- - `oxfmt` for formatting
67
- - Node's built-in `node:test` runner
66
+ - Prettier with the TSRX plugin for formatting
67
+ - Vitest with the Octane Vite compiler plugin