diff options
author | HampusM <hampus@hampusmat.com> | 2021-08-18 17:29:55 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-08-18 17:29:55 +0200 |
commit | d1a1b7dc947063aef5f8375a6a1e03246b272c84 (patch) | |
tree | f5cb9bd6d4b5463d9d022026ac6fea87cb6ebe02 /typedoc.json | |
parent | 6ed078de30a7bf35deace728857d1d293d59eb15 (diff) |
Implemented caching for certain API endpoints, Added documentation & made backend-fixes
Diffstat (limited to 'typedoc.json')
-rw-r--r-- | typedoc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/typedoc.json b/typedoc.json index 0b1e4c1..ea83dc4 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,6 +1,7 @@ { "name": "Githermit docs", "entryPoints": [ + "packages/server/src/cache/index.ts", "packages/server/src/git/index.ts", "packages/api/src/index.d.ts" ], |