Skip to content

Commit

Permalink
Add german translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Feb 6, 2024
1 parent 1804aa4 commit 069032b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,11 @@ Du kannst `mittnitectl` auch verwenden, um den Status Deiner Anwendung anzuzeige

- `mittnitectl job status` zeigt den Status Deiner Anwendung an
- `mittnitectl job logs` zeigt die Logs Deiner Anwendung an

## Yarn Plug'n'Play benutzen

Wenn dein Projekt [Yarn PnP](https://yarnpkg.com/features/pnp) nutzt, ist es empfehlenswert den [global cache](https://yarnpkg.com/configuration/yarnrc#enableGlobalCache) zu deaktivieren.

```yml title=".yarnrc"
enableGlobalCache: false
```

0 comments on commit 069032b

Please sign in to comment.