From c9038609170e69d0e6e5fc3039dfb4c49687d6c0 Mon Sep 17 00:00:00 2001 From: DocFast Bot Date: Mon, 16 Feb 2026 18:41:57 +0000 Subject: [PATCH] Enforce Pro plan limit of 5,000 PDFs/month --- public/index.html | 4 ++-- src/middleware/usage.ts | 12 +++++++++++- src/routes/billing.ts | 4 ++-- templates/partials/head.html | 6 ++++++ templates/partials/nav.html | 10 ++++++++++ 5 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 templates/partials/head.html create mode 100644 templates/partials/nav.html diff --git a/public/index.html b/public/index.html index b2f05ce..39d6af5 100644 --- a/public/index.html +++ b/public/index.html @@ -17,7 +17,7 @@