1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-26 15:01:17 -04:00

move some cruft from serverless API to client

This commit is contained in:
2021-07-09 14:40:23 -04:00
parent b411560a34
commit 523670fa22
9 changed files with 26 additions and 65 deletions

View File

@@ -7,9 +7,6 @@ type Repository = {
name: string;
};
stargazerCount: number;
stargazerCount_pretty?: string;
forkCount: number;
forkCount_pretty?: string;
pushedAt: string;
pushedAt_relative?: string;
};