DioxusLabs / DioxusLabs/dioxus
Fullstack false doesn't disable fullstack
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
**Problem**
In the git version of the cli, passing `--fullstack false` still shows and builds fullstack
**Steps To Reproduce**
Steps to reproduce the behavior:
- clone dioxus
- install the cli
- run `dx serve --example repo_readme --fullstack false`
- see
```sh
11:14:07 [dev] ๐ซdx and dioxus versions are incompatible!
โข dx version: 0.7.9
โข dioxus versions: [0.8.0-alpha.0]
11:14:08 [dev] -----------------------------------------------------------------
Serving your app: repo_readme! ๐
โข Press `ctrl+c` to exit the server
โข Press `r` to rebuild the app
โข Press `p` to change hotreload mode
โข Press `v` to toggle verbose logging
โข Press `/` for more commands and shortcuts
Learn more at https://dioxuslabs.com/learn/0.7/getting_started
----------------------------------------------------------------
11:14:08 [dev] Note: Rust hot-patching is now enabled by default! Unexpected behavior might occur. Press `p` to change modes.
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ /:more โฎ
โ App: โโโโโโโโโโโโโโโโโโโโโโโโโโ โ 1.7s Platform: MacOS + fullstack โ
โ Server: โโโโโโโโโโโโโโโโโโโโโโโโโโ โ 1.7s Hotreload: hot-patching โ โ
โ Status: Compiling 5/520 futures_core Address: http://127.0.0.1:63335 โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
```
**Expected behavior**
No fullstack
**Environment:**
- Dioxus version: main
- Rust version: nightly
- OS info: macOS
- App platform: web
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.