No description
Find a file
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
scripts adding initial project 2026-05-10 01:09:13 +02:00
server fix: use Response wrapper instead of h3 tagged template html() 2026-05-10 02:50:16 +02:00
.gitignore adding initial project 2026-05-10 01:09:13 +02:00
package-lock.json build fixes for bsb 2026-05-10 01:46:11 +02:00
package.json adding initial project 2026-05-10 01:09:13 +02:00
sec-config.yaml fix: bind admin-http to 0.0.0.0 for external access 2026-05-10 02:48:47 +02:00
tsconfig.base.json adding initial project 2026-05-10 01:09:13 +02:00