From ece59f8adfbfc6427585ee4e68a6c0a147459efb Mon Sep 17 00:00:00 2001 From: alex <alex@alexloehr.net> Date: Sat, 12 Jul 2025 16:02:32 +0000 Subject: [PATCH] adding better logging --- vue/.env.example | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/vue/.env.example b/vue/.env.example index c4f3e62..164dfbc 100644 --- a/vue/.env.example +++ b/vue/.env.example @@ -1,3 +1,5 @@ VITE_API_BASE="/api" VITE_ILIAS_BASE="http://localhost:8060" +VITE_POPCORN_BASE="http://localhost:3000" +VITE_POPCORN_BASE2="http://localhost:3000" VITE_ROUTER_BASE="" -- Gitblit v1.8.0