From 8a321cd88df055185236928a3d1622bcf3f3ff92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rick=20Pruneau?= Date: Mon, 23 Feb 2026 12:17:19 -0500 Subject: [PATCH] added env file for VITE variables --- .env.production | 1 + 1 file changed, 1 insertion(+) create mode 100644 .env.production diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..61b1320 --- /dev/null +++ b/.env.production @@ -0,0 +1 @@ +VITE_TARGO_BACKEND_URL=PREFIX_BACKEND_URL \ No newline at end of file