refactor: convert WEFAX plugin to TypeScript

This commit is contained in:
sjg
2026-08-01 12:33:38 +02:00
parent 0ab0f80986
commit 7251ec276d
6 changed files with 491 additions and 392 deletions
@@ -31,7 +31,6 @@ await build({
"sat-scheduler": path.join(sourceDir, "plugins", "sat-scheduler.js"),
scheduler: path.join(sourceDir, "plugins", "scheduler.js"),
vchan: path.join(sourceDir, "plugins", "vchan.js"),
wefax: path.join(sourceDir, "plugins", "wefax.js"),
},
outdir: outputDir,
bundle: false,
@@ -51,6 +50,7 @@ await build({
ft8: path.join(sourceDir, "plugins", "ft8.ts"),
"leaflet-ais-tracksymbol": path.join(sourceDir, "leaflet-ais-tracksymbol.ts"),
vdes: path.join(sourceDir, "plugins", "vdes.ts"),
wefax: path.join(sourceDir, "plugins", "wefax.ts"),
},
outdir: outputDir,
bundle: true,