Merge branch 'static-docker' of github.com:rmitchellscott/ws4kp into rmitchellscott-static-docker

This commit is contained in:
Matt Walsh
2025-06-19 21:56:39 -05:00
7 changed files with 156 additions and 34 deletions

View File

@@ -203,7 +203,7 @@ class Radar extends WeatherDisplay {
// create a radar worker with helper functions
const radarWorker = () => {
// create the worker
const worker = new Worker(`/resources/radar-worker.mjs?_=${version()}`, { type: 'module' });
const worker = new Worker(`/resources/radar-worker.js?_=${version()}`, { type: 'module' });
const processRadar = (data) => new Promise((resolve, reject) => {
// prepare for done message