Files
silver-octo-spoon/wolverine/a-frame-architecture/mise.toml
T
2026-07-17 10:34:13 +02:00

8 lines
145 B
TOML

[tasks.build]
description = "Build the Project"
run = "dotnet build"
[tasks.restore]
description = "Restore the Project"
run = "dotnet restore"