What config file I need to launch Remix application?
It has no index.html file
Steps to reproduce (https://remix.run/docs/en/v1/guides/deployment):
npx create-remix@latest
? Where would you like to create your app? (./my-remix-app)
? Where do you want to deploy? Choose Remix if you're unsure, it's easy to change deployment targets. (Use arrow keys)
❯ Remix App Server
? TypeScript or JavaScript? (Use arrow keys)
❯ TypeScript
cd my-remix-app
npm run build
And we have to directories: public, build
And what is the next step to show it on website.com using nginx?