Use express Api routes with remix
I’m trying to use my regular express api/*
routes with remix following the steps in this Discussion. It works like a charm in dev mode, but in production env routes are not found (404). I create the build using remix vite:build
.