mirror of
https://github.com/paperclipai/paperclip
synced 2026-03-25 11:21:48 +00:00
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