Merge branch 'static-docker' of github.com:rmitchellscott/ws4kp into rmitchellscott-static-docker
This commit is contained in:
commit
543a8df9a2
7 changed files with 156 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue