No description
Find a file
Mitchell R 3c5256bbb4
fix: avoid h3 setCookie, use Set-Cookie header on Response directly
h3 v2's setCookie modifies event response headers but doesn't
carry them when handler returns a raw Response object. Build
Set-Cookie header manually in redirect helpers instead.
2026-05-10 02:53:06 +02:00
scripts adding initial project 2026-05-10 01:09:13 +02:00
server fix: avoid h3 setCookie, use Set-Cookie header on Response directly 2026-05-10 02:53:06 +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