dioxus/packages/cli-config
Evan Almloff ffa36a67c3
Forward cli serve settings and make it easier to provide platform config to fullstack (#2521)
* assert that launch never returns for better compiler errors

* fix static generation launch function

* fix web renderer

* pass context providers into server functions

* add an example for FromContext

* clean up DioxusRouterExt

* fix server function context

* fix fullstack desktop example

* forward CLI serve settings to fullstack

* re-export serve config at the root of fullstack

* forward env directly instead of using a guard

* just set the port in the CLI for fullstack playwright tests

* fix fullstack dioxus-cli-config feature

* fix launch server merge conflicts

* fix fullstack launch context

* run web playwright tests on 9999 to avoid port conflicts with other local servers

* fix playwright tests
2024-06-28 14:40:41 -07:00
..
src Forward cli serve settings and make it easier to provide platform config to fullstack (#2521) 2024-06-28 14:40:41 -07:00
.gitignore pull out the CLI config data into a separate library 2023-11-08 12:48:25 -06:00
build.rs Warn if cli-config is not available at compile time (#2135) 2024-03-26 19:10:26 -07:00
Cargo.toml Remove implicit optional dependency features (#2512) 2024-06-18 18:39:15 -05:00
README.md Fix Outdated README.md (#2147) 2024-03-26 19:17:02 -07:00

📦 Dioxus CLI Configuration

The dioxus-cli-config contains the configuration for the dioxus-cli.