Automatically prepare the bundled Navidrome sidecar and replace demo content with real-library scan states and polling

Hop-State: A_06FNEE4FJ502PSGDYQ3272G
Hop-Proposal: R_06FNED6AR1ZZM7CJH7ETC9G
Hop-Task: T_06FNEAPFW0DYEP35V3BMAHG
Hop-Attempt: AT_06FNEAPFW1QY3KAF1QM61N0
This commit is contained in:
2026-07-12 09:45:52 -07:00
committed by Hop
parent ed99fc7f09
commit 0168767819
9 changed files with 151 additions and 22 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
"version": "0.1.0",
"identifier": "xyz.gnosyslabs.resonant",
"build": {
"beforeDevCommand": "npm run dev",
"beforeDevCommand": "npm run sidecar:prepare && npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"beforeBuildCommand": "npm run sidecar:prepare && npm run build",
"frontendDist": "../dist"
},
"app": {