diff --git a/wolverine/a-frame-architecture/mise.toml b/wolverine/a-frame-architecture/mise.toml new file mode 100644 index 0000000..8564871 --- /dev/null +++ b/wolverine/a-frame-architecture/mise.toml @@ -0,0 +1,7 @@ +[tasks.build] +description = "Build the Project" +run = "dotnet build" + +[tasks.restore] +description = "Restore the Project" +run = "dotnet restore"