try fix CI
This commit is contained in:
@@ -2,7 +2,7 @@ import { syncCardsWithDatabase } from '../services/cardSync.service'
|
||||
|
||||
export default defineNitroPlugin(async (nitroApp) => {
|
||||
const config = useRuntimeConfig()
|
||||
const folderPath = config.pathFiles || process.env.PATH_FILES
|
||||
const folderPath = config.PATH_FILES
|
||||
|
||||
if (!folderPath) {
|
||||
console.warn('⚠️ PATH_FILES non configuré')
|
||||
|
||||
Reference in New Issue
Block a user