From b1231975d352857cde59982cbc937cc82483bb27 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 14 Oct 2025 10:13:29 -0700 Subject: add env template to frontend --- frontend/.env.template | 1 + 1 file changed, 1 insertion(+) create mode 100644 frontend/.env.template diff --git a/frontend/.env.template b/frontend/.env.template new file mode 100644 index 0000000..87e3d55 --- /dev/null +++ b/frontend/.env.template @@ -0,0 +1 @@ +VITE_API_URL="http://localhost:5000/api" -- cgit v1.2.3