rename web/ to admin/, along with the web-named build and cli identifiers

This commit is contained in:
2026-08-16 00:17:58 +02:00
parent 5b3d1cd65c
commit 1e97c80f6b
136 changed files with 196 additions and 196 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# The binary is NOT compiled here. Build it first, from the repository root:
#
# (cd web && npm ci && npm run build)
# (cd admin && npm ci && npm run build)
# zig build dist -Dversion-string=<V> -Dgit-commit=<SHA> \
# -Dweb-dist=web/dist -Doptimize=ReleaseSafe
# -Dadmin-dist=admin/dist -Doptimize=ReleaseSafe
#
# then build the image with the repository root as context:
#