my own status page
0
fork

Configure Feed

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

feat: make repo nullable

+1 -1
+1 -1
src/types.ts
··· 4 4 domain: string; 5 5 health_url: string | null; 6 6 port: number; 7 - repository: string; 7 + repository: string | null; 8 8 runtime: string; 9 9 data: { 10 10 files: string[];