leptos-use/.fleet/run.json

10 lines
174 B
JSON
Raw Normal View History

2023-06-11 17:11:16 +01:00
{
"configurations": [
{
"type": "cargo",
"name": "Tests",
"cargoArgs": ["test", "--all-features"],
},
]
}