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: disable beforeDevCommand

+1 -1
+1 -1
src-tauri/tauri.conf.json
··· 3 3 "version": "3.4.0", 4 4 "identifier": "com.icidasset.diffuse", 5 5 "build": { 6 - "beforeDevCommand": "npx just", 6 + "beforeDevCommand": "", 7 7 "devUrl": "http://localhost:8000", 8 8 "beforeBuildCommand": "", 9 9 "frontendDist": "../dist"