this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set that to the root, not cwd

+1 -1
+1 -1
mise.toml
··· 16 16 description = "Run the server in release mode for development" 17 17 depends = "build-client" 18 18 run = "cargo run --release" 19 - dir = "{{cwd}}" 19 + dir = "{{ config_root }}" 20 20 21 21 [tasks.format] 22 22 description = "Format the codebase"