docs: add missing env file flag to frontend start command

This commit is contained in:
Elias Schneider
2025-01-27 09:43:43 +01:00
parent 4a97986f52
commit a65ce56b42
2 changed files with 2 additions and 2 deletions

View File

@@ -69,5 +69,5 @@ We are using [Playwright](https://playwright.dev) for end-to-end testing.
The tests can be run like this:
1. Start the backend normally
2. Start the frontend in production mode with `npm run build && node build/index.js`
2. Start the frontend in production mode with `npm run build && node --env-file=.env build/index.js`
3. Run the tests with `npm run test`