[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
0

Configure Feed

Select the types of activity you want to include in your feed.

youtube-party-dj / deno.json
267 B 12 lines
1{ 2 "_publicImportMap": "./importmap.json", 3 "importMap": "./.datex-cache/importmap.lock.json", 4 "compilerOptions": { 5 "jsx": "react-jsx", 6 "jsxImportSource": "uix", 7 "lib": [ 8 "deno.window", 9 "dom" 10 ] 11 } 12}