Necessity of `FileSystem` for `HttpApp` Web Handlers on Convex Runtime Lacking File System Access
Per How to Obtain a Web Handler from HttpApiBuilder for Remix Routes, why is
FileSystem necessary in order to produce a web handler for an HttpApp? Could it be otherwise? I'm looking into trying to run an Effect HttpApp (via web handlers) on the Convex runtime, which does not provide any file system access.