You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once I transfer the two build directories /build/ and /public/build to my remote machine, I want to utilize the Remix App Server as described in the docs: "Remix is designed for you to own your server, but if you don't want to set one up you can use the Remix App Server instead. It's a production-ready, but basic Node.js server built with Express". How can I run remix-serve build on my remote machine using the build artifacts rather than downloading the entire project onto the remote then building?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Once I transfer the two build directories
/build/
and/public/build
to my remote machine, I want to utilize the Remix App Server as described in the docs: "Remix is designed for you to own your server, but if you don't want to set one up you can use the Remix App Server instead. It's a production-ready, but basic Node.js server built with Express". How can I runremix-serve build
on my remote machine using the build artifacts rather than downloading the entire project onto the remote then building?Any info is appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions