From 1f771fb73fed61cc0167f9545c93ece36238254e Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 18 Dec 2024 17:59:40 +0100 Subject: [PATCH] feat: NODE_ENV=production --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 6936a0d..4a55fc8 100644 --- a/.env.example +++ b/.env.example @@ -9,4 +9,5 @@ FRONTEND_URL="https://run.lauf-fuer-kaya.de" DOCUMENT_SERVER_URL="https://documents.run.lauf-fuer-kaya.de" AUTHKEY="" EVENT_DATE="23.05.2025" -EVENT_NAME="Lauf für Kaya! 2025" \ No newline at end of file +EVENT_NAME="Lauf für Kaya! 2025" +NODE_ENV=production \ No newline at end of file