This commit is contained in:
Mateusz Gruszczyński
2026-08-23 23:20:00 +02:00
parent 8bb12a1782
commit b23578a0c8
34 changed files with 2300 additions and 447 deletions
+2
View File
@@ -46,6 +46,8 @@ else
command -v cargo >/dev/null 2>&1 || fail "Cargo is not installed and --no-install was requested."
fi
build_web_assets_if_available
if [[ ! -f .env ]]; then
cp .env.example .env
say "Created .env from the example configuration"