Archived
1
0

Remove unused endpoints

- dashboard
- app api
This commit is contained in:
Asher
2020-07-22 15:28:33 -05:00
parent 638ab7c557
commit 2819fd51e2
16 changed files with 11 additions and 748 deletions

View File

@ -21,7 +21,6 @@ main() {
--public-url "/static/$(git rev-parse HEAD)/dist" \
--out-dir dist \
$([[ $MINIFY ]] || echo --no-minify) \
src/browser/pages/app.ts \
src/browser/register.ts \
src/browser/serviceWorker.ts
}