enable both FASTWAVE_PLATFORM values in Rust Analyzer
This commit is contained in:
parent
be5d33e5c1
commit
84700cf61b
4 changed files with 8 additions and 1 deletions
|
@ -42,6 +42,9 @@ run_task = { fork = true, parallel = true, name = [
|
|||
description = "Compile in the release mode and create installation packages"
|
||||
dependencies = ["tauri_build", "show_release_paths"]
|
||||
|
||||
# @TODO Write task `bundle_browser` once we know whether we need only the frontend
|
||||
# or also the backend side (Moon server)
|
||||
|
||||
# @TODO: Format also Typescript and CSS
|
||||
[tasks.format]
|
||||
description = "Format code"
|
||||
|
|
Reference in a new issue