Files
music_library/presto/mise.toml
T
2026-05-05 23:20:10 +01:00

11 lines
158 B
TOML

[tools]
"uv" = "0.11.8"
"pipx:mpremote" = "latest"
[tasks.presto]
run = '''
mpremote fs cp records_on_the_day.py :main.py
mpremote reset
'''
dir = "{{cwd}}"