i18n - docs translations (#19410)

Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2026-04-07 18:36:49 +02:00
committed by GitHub
parent 607e708670
commit 24a5273a79
13 changed files with 51 additions and 0 deletions
@@ -43,6 +43,13 @@ npx nx run twenty-server:database:reset
```
### Migrationen
#### Für Objekte in Core/Metadata-Schemas (TypeORM)
```bash
npx nx run twenty-server:typeorm migration:generate src/database/typeorm/core/migrations/nameOfYourMigration -d src/database/typeorm/core/core.datasource.ts
```
## Technologie-Stack
Twenty verwendet in erster Linie NestJS für das Backend.