convert server to mjs

This commit is contained in:
Matt Walsh
2025-03-22 13:19:36 +01:00
parent cab2da5e62
commit c2f0b9bf3f
13 changed files with 43 additions and 32 deletions

View File

@@ -0,0 +1,3 @@
.media {
display: none;
}

View File

@@ -11,4 +11,5 @@
@import 'radar';
@import 'regional-forecast';
@import 'almanac';
@import 'hazards';
@import 'hazards';
@import 'media';