try fix CI 3
All checks were successful
Deploy App / build (push) Successful in 49s
Deploy App / deploy (push) Successful in 14s

This commit is contained in:
valere
2026-02-10 19:26:11 +01:00
parent e63b0d2cf2
commit ba943be467
6 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ export default defineTask({
description: 'Synchronise les tracks avec le système de fichiers'
},
async run() {
const folderPath = process.env.NUXT_PATH_FILES
const folderPath = 'mnt/media/files/music'
console.log('⏰ [TASK] Démarrage de la synchronisation planifiée...')