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

Configure Feed

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

fix: some build issues

+1 -3
+1 -2
_config.ts
··· 355 355 const match = SCRIPT_SRC_RE.exec(content); 356 356 if (!match) continue; 357 357 358 - const srcDir = path.dirname(f.path).replace(/^dist\//, "src/"); 359 - const jsPath = path.join(srcDir, match[1]); 358 + const jsPath = path.join("src", match[1]); 360 359 361 360 try { 362 361 const newContent = htmlWithInlineJs({ content, jsPath, match: match[0] });
-1
src/index.vto
··· 8 8 - vendor/@phosphor-icons/fill/style.css 9 9 10 10 scripts: 11 - - index.js 12 11 - common/pages/version-upgrade.js 13 12 14 13 # LINKS