fix biome

This commit is contained in:
ilya-bkv 2024-04-24 10:23:42 +03:00
parent 59561ec26b
commit fc056f14b8

View File

@ -3,10 +3,10 @@ import { cdnUrl, thumborUrl } from './config'
const URL_CONFIG = {
cdnUrl: cdnUrl,
thumborUrl: `${thumborUrl}/unsafe/`,
audioSubfolder: "audio",
imageSubfolder: "image",
productionFolder: "production/",
};
audioSubfolder: 'audio',
imageSubfolder: 'image',
productionFolder: 'production/',
}
const AUDIO_EXTENSIONS = new Set(['wav', 'mp3', 'ogg', 'aif', 'flac'])