# HG changeset patch # User drewp@bigasterisk.com # Date 2022-04-09 18:52:50 # Node ID b731eaad3adf2014497e7e129489b053583d9deb # Parent 00afa5ec081aee1e49b1b674780be85730079e08 deprecate light9/web/ - use light9/{service}/ with web/ subdir if needed diff --git a/bin/homepage b/bin/homepage --- a/bin/homepage +++ b/bin/homepage @@ -33,6 +33,6 @@ http { } EOF head -1 /tmp/light9_nginx_routes.conf -pnpx vite -c light9/web/homepage/vite.config.ts & +pnpx vite -c light9/homepage/vite.config.ts & /usr/sbin/nginx -c $CONF wait diff --git a/light9/web/homepage/ServiceButtonRow.ts b/light9/homepage/ServiceButtonRow.ts rename from light9/web/homepage/ServiceButtonRow.ts rename to light9/homepage/ServiceButtonRow.ts diff --git a/light9/web/homepage/StatsLine.ts b/light9/homepage/StatsLine.ts rename from light9/web/homepage/StatsLine.ts rename to light9/homepage/StatsLine.ts --- a/light9/web/homepage/StatsLine.ts +++ b/light9/homepage/StatsLine.ts @@ -226,7 +226,6 @@ export class StatsLine extends LitElemen ); }; - // return table(this.stats, []); const displayedStats = this.stats.filter(nonBoring); return html`