From 0ea31947adcdf599f10dfb82a57b0e7fd9164295 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 14:56:18 -0700 Subject: migrate project from CRA to vite --- .env.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.env.template') diff --git a/.env.template b/.env.template index 4c497fa..ee1e80a 100644 --- a/.env.template +++ b/.env.template @@ -1,3 +1,3 @@ SERVER_PORT=3001 -REACT_APP_HEARDLE_SALT="changeme" -REACT_APP_HEARDLE_API_URL="http://localhost:3001" +VITE_HEARDLE_SALT="changeme" +VITE_HEARDLE_API_URL="http://localhost:3001" -- cgit v1.2.3