diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-03 14:56:18 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-03 14:56:18 -0700 |
| commit | 0ea31947adcdf599f10dfb82a57b0e7fd9164295 (patch) | |
| tree | 7433c0ef243debcd814e214aa5ce49cd976b9e4e /.env.template | |
| parent | ece68c2492481afc37250c99440c6bfc5af6ad53 (diff) | |
migrate project from CRA to vite
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
