Create targets for generate and embed, replace SKIP_APPS with WITH_APPS

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-28 16:44:17 +04:00
parent ae47a960ef
commit cd73bc1d2d
8 changed files with 94 additions and 96 deletions

View File

@@ -75,6 +75,7 @@ Signed-off-by: John Doe <john.doe@example.org>
4. Build the project:
```bash
make generate WITH_APPS=1
make build
```
@@ -105,7 +106,7 @@ Signed-off-by: John Doe <john.doe@example.org>
npm -w @probo/console run dev
```
The application should now be running at `http://localhost:3000`
The application should now be running at `http://localhost:5173`
For detailed information about all Docker services in the development stack, see [Docker Services Documentation](docs/DOCKER_SERVICES.md).