BetterFrame/server
Mitchell R a64363258d
fix: use Response wrapper instead of h3 tagged template html()
h3 v2's html() is a tagged template literal, not a function that
accepts a string. JSX-rendered markup passed directly causes
"first.reduce is not a function". Created htmlPage() helper that
wraps markup in a proper Response with text/html content type.
2026-05-10 02:50:16 +02:00
..
src fix: use Response wrapper instead of h3 tagged template html() 2026-05-10 02:50:16 +02:00
.gitignore build fixes for bsb 2026-05-10 01:46:11 +02:00
bsb-tests.json build fixes for bsb 2026-05-10 01:46:11 +02:00
package.json build fixes for bsb 2026-05-10 01:46:11 +02:00
tsconfig.json adding initial project 2026-05-10 01:09:13 +02:00