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

@ -144,11 +144,7 @@ class Watcher {
private createBundler(out = "dist"): Bundler {
return new Bundler(
[
path.join(this.rootPath, "src/browser/pages/app.ts"),
path.join(this.rootPath, "src/browser/register.ts"),
path.join(this.rootPath, "src/browser/serviceWorker.ts"),
],
[path.join(this.rootPath, "src/browser/register.ts"), path.join(this.rootPath, "src/browser/serviceWorker.ts")],
{
outDir: path.join(this.rootPath, out),
cacheDir: path.join(this.rootPath, ".cache"),