nexus/server
MumuTW 264d40e6ca fix: use root option in sendFile to avoid dotfile 500 on SPA refresh
When served via npx, the absolute path to index.html traverses .npm,
triggering Express 5 / send's dotfile guard. Using the root option
makes send only check the relative filename for dotfiles.

Fixes #48
2026-03-06 07:15:15 +00:00
..
src fix: use root option in sendFile to avoid dotfile 500 on SPA refresh 2026-03-06 07:15:15 +00:00
CHANGELOG.md chore: release v0.2.7 2026-03-04 14:51:33 -06:00
package.json feat: add cursor local adapter across server ui and cli 2026-03-05 06:31:22 -06:00
tsconfig.json feat: integrate Changesets for multi-package npm publishing 2026-03-03 14:46:16 -06:00
vitest.config.ts Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00