try fix CI 3
This commit is contained in:
@@ -2,7 +2,7 @@ import { syncCardsWithDatabase } from '../services/cardSync.service'
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const config = useRuntimeConfig()
|
||||
const folderPath = process.env.NUXT_PATH_FILES
|
||||
const folderPath = 'mnt/media/files/music'
|
||||
|
||||
if (!folderPath) {
|
||||
throw createError({
|
||||
|
||||
Reference in New Issue
Block a user