Hey all,
I'd like to modify the entrypoint of my application, which is using express. In the getting started example, there's an example of how to run the server.js file using node, but in the loader context (https://remix.run/docs/en/main/route/loader#context) docs, this file is server.ts.
Whats the best way to run this given it's a TS file?
Remix