[READ-ONLY] Mirror of https://github.com/probablykasper/kadium. App for staying ontop of YouTube channels' uploads kadium.kasper.space
linux macos notifications tauri windows youtube
0

Configure Feed

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

Fix ci test

Kasper (Jun 26, 2022, 2:51 PM +0200) 95859419 7f9dc0d0

+3 -2
+2 -2
package.json
··· 11 11 "build": "tauri build", 12 12 "build:web": "vite build", 13 13 "test": "echo 'No tests'", 14 - "lint": "prettier --check --plugin-search-dir=. src website *.js && eslint src *.js && svelte-check", 15 - "format": "prettier --write --plugin-search-dir=. src website *.js && eslint --fix src *.js" 14 + "lint": "prettier --check --plugin-search-dir=. src *.js && eslint src *.js && svelte-check", 15 + "format": "prettier --write --plugin-search-dir=. src *.js && eslint --fix src *.js" 16 16 }, 17 17 "devDependencies": { 18 18 "@sveltejs/vite-plugin-svelte": "1.0.0-next.49",
+1
website/src/routes/index.svelte
··· 4 4 import Revealed from './_Revealed.svelte' 5 5 import Bowser from 'bowser' 6 6 import { onMount } from 'svelte' 7 + // @ts-ignore 7 8 import { Octokit } from '/skypack/octokit@1.x' 8 9 9 10 type Version = {