From e11a34bbb04a92c03f32193edf87027e6213ed56 Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Fri, 17 Jul 2026 10:34:13 +0200 Subject: [PATCH] Add mise configuration. --- wolverine/a-frame-architecture/mise.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 wolverine/a-frame-architecture/mise.toml 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"