Although defineConfig seems to have plenty of TypeScript support, and SolidStart says this will work, I can't figure out where to configure this additional path in vinxi in app.config.ts. Alternativly, I started to use the npm
serve
serve
package in
middleware.ts
middleware.ts
but I got hung up on what to return (serve takes the request and response and does not return any value, so I can't tell SolidStart's middle ware to stop processing requests I am done).