fix(app): build docs script

This commit is contained in:
Alex 2020-04-23 21:33:02 +03:00
parent 30f0099ddc
commit f33b2502de
7 changed files with 526 additions and 4 deletions

View file

@ -1 +1,3 @@
export const DOCS_DIST = './docs/dist';
export const DOCS_OUTPUT = './docs/output.json';
export const EXTENSIONS = ['ts', 'html', 'scss'];