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.

Always generate service worker when watching

+3 -3
+3 -3
Justfile
··· 238 238 239 239 240 240 @watch-css: 241 - watchexec -p -w {{SRC_DIR}}/Css -w {{SYSTEM_DIR}}/Css -- just css 241 + watchexec -p -w {{SRC_DIR}}/Css -w {{SYSTEM_DIR}}/Css -- just css js 242 242 243 243 244 244 @watch-elm: 245 - watchexec -p -w {{SRC_DIR}} -e elm -- just elm css 245 + watchexec -p -w {{SRC_DIR}} -e elm -- just elm js css 246 246 247 247 248 248 @watch-js: ··· 250 250 251 251 252 252 @watch-system: 253 - watchexec -p --ignore *.elm --ignore *.js --ignore *.css -- just system 253 + watchexec -p --ignore *.elm --ignore *.js --ignore *.css -- just system js