dioxus/packages/cli/src
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
..
assets Integrate wasm-opt into the CLI (#2434) 2024-06-10 20:48:04 -07:00
cli Forward cli serve settings and make it easier to provide platform config to fullstack (#2521) 2024-06-28 14:40:41 -07:00
plugin Switch to tracing for the cli (#2137) 2024-03-25 15:21:51 -05:00
server Forward cli serve settings and make it easier to provide platform config to fullstack (#2521) 2024-06-28 14:40:41 -07:00
assets.rs Only compress web assets in the CLI (#2329) 2024-04-26 00:47:04 -04:00
builder.rs Integrate wasm-opt into the CLI (#2434) 2024-06-10 20:48:04 -07:00
error.rs remove the link in comment and unused error variant 2024-02-07 22:35:55 +08:00
lib.rs Switch to tracing for the cli (#2137) 2024-03-25 15:21:51 -05:00
main.rs Fix: CLI Logging (#2254) 2024-04-05 12:37:40 -07:00
tools.rs Integrate wasm-opt into the CLI (#2434) 2024-06-10 20:48:04 -07:00