leptos-use/.fleet/run.json
2023-06-11 17:11:16 +01:00

10 lines
No EOL
174 B
JSON

{
"configurations": [
{
"type": "cargo",
"name": "Tests",
"cargoArgs": ["test", "--all-features"],
},
]
}