DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
21.64k stars 833 forks source link

feat: add keep-symbols flag, change ssg format to Vec<String> #3217

Closed jkelleyrtp closed 1 week ago

jkelleyrtp commented 1 week ago

Instead of always purging debug symbols unless the dioxus.toml is set, expose a flag that allows you to disable symbols.

Also change the format of ssg to be Vec for the static routes instead of String to make it easier to teach the static_routes server function.