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.

chore: limit what we publish on jsr

+7 -14
+7 -14
deno.jsonc
··· 156 156 }, 157 157 }, 158 158 "publish": { 159 - "exclude": ["!dist", "!src/definitions/types"], 159 + "exclude": ["!src/definitions/types"], 160 160 "include": [ 161 161 "LICENSE", 162 - "**/*.md", 163 - "src/**/*.css", 164 - "src/**/*.ico", 165 - "src/**/*.jpg", 166 - "src/**/*.js", 167 - "src/**/*.json", 168 - "src/**/*.png", 169 - "src/**/*.svg", 170 - "src/**/*.ts", 171 - "src/**/*.vto", 172 - "src/**/*.woff", 173 - "src/**/*.woff2", 174 - "src/**/*.xml", 162 + "src/common/**/*.js", 163 + "src/common/**/*.d.ts", 164 + "src/components/**/*.js", 165 + "src/components/**/*.d.ts", 166 + "src/definitions/**/*.json", 167 + "src/definitions/**/*.ts", 175 168 ], 176 169 }, 177 170 "permissions": {