Serve Two Rivers modules with production MIME type
All checks were successful
Build Org Website / build (push) Successful in 45s

This commit is contained in:
gitea-actions
2026-08-11 13:40:14 +01:00
parent 262d943443
commit 08516fda14
9 changed files with 21 additions and 16 deletions

View File

@@ -1,3 +1,4 @@
// Native ES module served with the production JavaScript MIME type.
export class AudioDirector {
constructor(records, getSettings) {
this.getSettings = getSettings;