A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: store esbuild chunks in subdir

+2
+2
_config.ts
··· 34 34 alias: { 35 35 "@automerge/automerge": "https://esm.sh/@automerge/automerge@^3.2.3", 36 36 }, 37 + assetNames: "assets/[name]-[hash]", 37 38 bundle: true, 39 + chunkNames: "chunks/[name]-[hash]", 38 40 format: "esm", 39 41 minify: false, 40 42 // outExtension: { ".js": ".min.js" },