Drops the replaced Client table

This commit is contained in:
Paul Schneider 2025-08-25 13:32:31 +01:00
commit 63c735dbbb
8 changed files with 3480 additions and 78 deletions

View file

@ -4,7 +4,7 @@ USER_AND_GROUP=www-data:www-data
SERVICE_PROD=yavsc
DOTNET_FRAMEWORK=net9.0
all:
all: css js
dotnet build
showConfig:
@ -35,4 +35,6 @@ pushInProd: publish
%.min.css: %.css
jsmin < $^ > $@
css: wwwroot/css/site.css
css: wwwroot/css/site.min.css
js: wwwroot/js/site.min.js