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.

Hide haskell warnings

+1 -1
+1 -1
Justfile
··· 163 163 164 164 @system: 165 165 echo "> Compiling system" 166 - stack build && stack exec build 166 + stack build --fast 2>&1 | sed '/^Warning:/,/Invalid magic: e49ceb0f$/d' | sed '/^Inferring license/d' && stack exec build --silent 167 167 168 168 169 169 @vendor-js: