Scrobbled tracks CRUD

- Failing tests
- Warnings
This commit is contained in:
Claudio Ortolina
2025-09-03 11:57:56 +03:00
parent 59b00502d3
commit dae334b1b7
18 changed files with 1735 additions and 17 deletions
+7
View File
@@ -192,6 +192,13 @@ run = 'iex -S mix phx.server'
description = 'Preview the README file via a GH flavoured markdown rendered'
run = 'gh gfm-preview README.md'
[tasks."dev:fix-translations-conflict"]
run = [
'git co --theirs priv/gettext/default.pot',
'git co --theirs priv/gettext/en/LC_MESSAGES/default.po',
'mix gettext.extract --merge',
]
# DOCKER
[tasks."docker:build"]