我需要什么配置文件来启动 Remix 应用程序?它没有index.html
文件
重现步骤(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
我们必须目录:public, build
下一步在website.com
使用时展示它是nginx
什么?