fix(proxy): add docs script

This commit is contained in:
iCrawl
2022-06-04 13:34:57 +02:00
parent 1ba2d2a898
commit a45bef4cad

View File

@@ -0,0 +1,7 @@
import { runGenerator } from '@discordjs/ts-docgen';
runGenerator({
existingOutput: 'docs/typedoc-out.json',
custom: 'docs/index.yml',
output: 'docs/docs.json',
});