This commit is contained in:
Thomas Sauter 2025-10-22 23:03:21 +02:00
parent 6759809040
commit 9239fe16e6
Signed by: thomas.sauter
GPG key ID: 015161F81E6A3C65

View file

@ -10,7 +10,7 @@ GitHub (forgejo) pipelines and other CI/CD utilities for the frontends Phoenix T
Containers are built using dedicated `Dockerfile`s located in the `/docker` directory within each project repository. After the build, the images are pushed to the registry.
### `Build Standalone`
### `Build`
A standard single-repository project with a `package.json` file located at the root, managing dependencies for the entire project.
@ -37,7 +37,7 @@ Note: Secrets must be explicitly passed to workflows, even if they are defined a
| `PACKAGE_WRITE_TOKEN` | Accesstoken of the package writer | ✓ |
| `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only needed if FA in use ) | |
### `Build Monorepo`
### `Build-Monorepo`
A monorepo project based on Turborepo, with individual projects located under the `/apps/<PROJECT_ID>` directory.