fix wrong merge, add again lyricks and music generation

This commit is contained in:
Thomas Demirdjian
2025-08-25 10:26:35 +02:00
parent 631a060582
commit 51b6a3dbf7
81 changed files with 3626 additions and 3722 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
extends: ["expo", "prettier"],
plugins: ["prettier"],
rules: {
"prettier/prettier": "error",
},
};