Files
imphnen-frontend-service/apps/qrcampaign/project.json
T
Hafid NurandGitHub 9d37cba65f Add a new app: QR code generator for campaign (#75)
* Initialize a new NX project - QR campaign

* Develop QR code generator app for campaign

* Add deployment script

Add Dockerfile, docker compose, and update Nix config for deployment

* Revert package.json to fix ci

* Revert package-lock.json to ensure ci (Nix build & cache) successful
2026-02-14 17:15:46 +07:00

10 lines
271 B
JSON

{
"name": "qrcampaign",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/qrcampaign/src",
"projectType": "application",
"tags": [],
"// targets": "to see all targets run: nx show project qrcampaign --web",
"targets": {}
}