feat: restore cron page, email in navbar, metrics pipeline v1.3.19

This commit is contained in:
Naeel
2026-05-02 13:58:45 +04:00
committed by “Naeel”
parent 1610011f7f
commit 2bc04d5bfd
11 changed files with 833 additions and 20 deletions
+14
View File
@@ -77,6 +77,9 @@ wait_package_ready() {
# ── setup / teardown ─────────────────────────────────────────────────────────
}
EOF
setup_workdir() {
local name=$1
local dir="${TESTDIR}/${name}"
@@ -158,6 +161,17 @@ sub main {
EOF
}
<<<<<<< HEAD
=======
EOF
cat > "${dir}/go.mod" <<'EOF'
module fn
go 1.21
EOF
}
>>>>>>> d21e1ac (feat: restore cron page, email in navbar, metrics pipeline v1.3.19)
# ─────────────────────────────────────────────────────────────────────────────
echo ""
echo "================================================================"