mise stub

main
bel 2025-11-16 19:31:01 -07:00
parent bd517c4953
commit 0435ccaa2d
2 changed files with 7 additions and 0 deletions

4
.mise/tasks/foobar Executable file
View File

@ -0,0 +1,4 @@
#! /usr/bin/env bash
#MISE description="dev with web"
echo foo

View File

@ -1,2 +1,5 @@
[tools]
flutter = "latest"
[tasks.default]
run = "flutter run -d web"