passage-node constructor fails in Remix app (Vite SSR import error)
The default import of passage-node broke under Vite SSR in Remix, Astro, and SvelteKit. It was fixed in v2.11.0 of the package, and the maintainers also recommend switching to the named import syntax, import { Passage } from '@passageidentity/passage-node', since thats the only syntax the next major…