6 lines
328 B
TypeScript
6 lines
328 B
TypeScript
// ── GitHub release watchlist ──────────────────────────────────────────────────
|
|
// Add repos in "owner/repo" format. Releases are checked on page load.
|
|
export const githubRepos: string[] = [
|
|
'theovilardo/PixelPlayer',
|
|
]
|