Im trying to use this codebase GitHub - Moumouls/parse-next-mono-starter: All in one template monorepo to build and deploy apps faster than ever with modern technologies. in a new NX project and without graphql, Moumouls seems to not use an expressJS server file but instead manages to bootstrap the parse express routes using expressApp which doesnt seem to exist in Parse 6 (i cant access it anyway)
I also get constructor error with how the server is instantiated here parse-next-mono-starter/server.ts at master ยท Moumouls/parse-next-mono-starter ยท GitHub
Just curious, should i remove this server file and setup a standalone express js server file like is usually displayed in example repos or will it be possible to get parse 6 to play nice with this ?