-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better support for vite #23
Comments
As the Remix team is working on the transition to Vite (instead of ESBuild), it would be awesome if this could be supported 😍 |
I'd need to know a bit more as there are so many ways to use Vite. For example, if you look at the community.fly.io link from May you will see that node isn't needed at all during runtime for that example, but undoubtedly for Remix node is needed. If |
Remix also supports Cloudflare (obviously not in scope of this lib), Bun & Deno |
despite the name, dockerfile-node supports bun. I haven't tried Deno yet. |
See: https://community.fly.io/t/vite-not-found-on-ci-deploy-from-github/13064
Best solution is likely to install nginx and copy the build output to
/usr/share/nginx/html
.The text was updated successfully, but these errors were encountered: