Lacess/.fleet/run.json
2025-02-22 23:46:02 -05:00

9 lines
152 B
JSON

{
"configurations": [
{
"type": "gradle",
"name": "Run Client",
"tasks": ["runClient"]
}
]
}