chore(mise): update PSRAM config and commit task command

This commit is contained in:
2026-02-16 19:15:48 -08:00
parent 7740d2fd76
commit 9ba3d4992c
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ run = "arduino-cli monitor"
dir = "{{cwd}}"
[tasks.snap]
run = "git add .;git commit -am snapshot"
run = "git add .; lumen draft | git commit -F - "