docs: .env voor npm run start

This commit is contained in:
Tibo De Peuter 2025-03-21 13:19:58 +01:00
parent 223539ec17
commit 9ce4532a53
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -33,6 +33,9 @@ npm run test:unit
### Productie
```shell
# Omgevingsvariabelen
cp .env.development.example .env
npm run build
npm run start
```