Robbani Bd
Robbani Bd

Reputation: 1

how deploy qwik js on shared hosting?

I cannot deploy Qwik js project on shared hosting, can you share how to resolve it?

Deploy qwik js on shared hosting. vercel or nelify deploy ok. but when I'll try to hosting in custom server i cant understand how to deploy on live server

Upvotes: 0

Views: 118

Answers (1)

Tob
Tob

Reputation: 963

This is the documentation for deployments:

https://qwik.dev/docs/deployments/

For me it sounds like you want to just run it with node, maybe pm2.

Run npm run qwik add express than build and you can either run it with node.

node server/entry.epress.js (I think this is the filename)

I prefer running it in docker, but this is a. It more work on your hands.

Upvotes: 0

Related Questions