This commit is contained in:
bel
2025-11-16 19:41:31 -07:00
parent bd3accb927
commit 081b8d314a
2 changed files with 8 additions and 1 deletions

View File

@@ -2,4 +2,7 @@
flutter = "latest"
[tasks.default]
run = "cd \"$MISE_PROJECT_ROOT\"/cmd/app && flutter run -d web"
run = "cd \"$MISE_PROJECT_ROOT\"/cmd/app && flutter run -d chrome"
[env]
CHROME_EXECUTABLE="{{config_root}}/.mise/tasks/chrome"