···2828fullstack-server = ["dioxus/fullstack"]
2929# Enable pckt/site.standard document rendering
3030pckt = ["weaver-renderer/pckt"]
3131+# Route-based WASM bundle splitting. Currently broken: causes server/client serialization
3232+# mismatches (bool vs String) in use_server_future, especially in navbar. Possibly related
3333+# to SmolStr niche optimization or type registry getting confused across module boundaries.
3434+# Revisit when dioxus matures this feature. Run with: dx serve --wasm-split
3135wasm-split = ["dioxus/wasm-split"]
3236# Use weaver-index for reads (proxied when authenticated)
3337use-index = ["weaver-common/use-index"]