docs(frontend): fix env file example name

This commit is contained in:
Dominik Pschenitschni
2025-06-06 10:00:27 +02:00
committed by kolaente
parent 488b15c128
commit 06e049927f

View File

@@ -25,7 +25,7 @@ You can develop the web front end against any accessible backend, including the
In order to do so, you need to set the `DEV_PROXY` env variable. The recommended way to do so is to:
- Copy `.env.local.exemple` as `.env.local`
- Copy `.env.local.example` as `.env.local`
- Uncomment the `DEV_PROXY` line
- Set the backend url you want to use