#How would you serve a Dioxus/WASM web application's dist directory in a "production" way?
8 messages · Page 1 of 1 (latest)
How would you serve a Dioxus/WASM web application's dist directory in a "production" way?
I would not use trunk/dioxus cli to serve a production application
You can use any tool that can serve static files
For example, the dioxus docsite is served on github pages