Implement severe weather alert tone

This commit is contained in:
mrkmntal 2026-04-09 23:10:04 -04:00
commit d3643d3a9a
4 changed files with 98 additions and 1 deletions

View file

@ -134,6 +134,7 @@ const compressHtml = async () => src(htmlSources)
const otherFiles = [
'server/robots.txt',
'server/manifest.json',
'server/alert/**/*.mp3',
'server/music/**/*.mp3',
];
const copyOtherFiles = () => src(otherFiles, { base: 'server/', encoding: false })