Merge branch 'setup'

This commit is contained in:
2026-08-02 02:34:42 +02:00
135 changed files with 5735 additions and 976 deletions
+11
View File
@@ -105,6 +105,17 @@ db-reset: ## Stop and remove the local database instance and delete its data vol
--profile database down mariadb \
--volumes
# --- Assets minification ------------------------------------------------------
.PHONY: ast-minify
ast-minify: ## Preview the minified JS/CSS assets in .build/minified
@docker build \
--target assets-export \
--output .build/minified \
--file Dockerfile \
../..
@echo "Minified assets written to .build/minified"
# --- Registry deployment ------------------------------------------------------
.PHONY: img-check