"Application main has not been registered"

Fixed it!

There was an issue with a library I was using that apparently didn’t like being minified.

For others that run into this issue, make sure you run exp start --no-dev --minify

It will reveal issues like this that pop up in production.